Blog
- All
- ALM Toolkit
- Analysis Services
- Blog
- Incremental Refresh
- Metadata
- Performance
- Power BI
- SSAS
- Tabular Models
November 27, 2024
Microsoft Fabric: What a year!
Hard to Believe It’s December Already: My Year of Learning Microsoft Fabric As the year winds down, I find myself reflecting on what a journey it’s been. Honestly, it’s hard to believe we’re already stepping into December! This year, for me, was all about diving deep into Microsoft Fabric—really getting to know how it works […]
November 2, 2023
Part 4 – Microsoft Fabric Licensing Q&A
To wrap up this series, here’s a compilation of the most frequently asked questions I’ve received about fabric licenses, as well as those I’ve come across in posts and videos that have helped me understand it better. I hope they are helpful to you too! 1. Is Microsoft Fabric included with Power BI Premium? Yes, […]
October 24, 2023
Part 3 – Microsoft Fabric Capacity Metrics app
Since there is currently no exact formula for calculating the capacity size you will need, it is recommended that you start with the Fabric trial (which allows to test Fabric with 64 CUs performance) or choose a pay-as-you-go Fabric capacity size for testing and then, use the Microsoft Fabric Capacity Metrics app, which allows users […]
October 19, 2023
Part 2 – Demystifying Microsoft Fabric Licensing and pricing
Microsoft Fabric license types Microsoft Fabric provides a diverse range of licensing options, categorized primarily into capacity-based and individual user licenses. 1. Capacity Licenses -F SKUs (Dedicated capacity) – Known as Premium licenses in Power BI. – They provide the infrastructure for Microsoft Fabric. Without a capacity license, users can’t work in Fabric. – Capacity […]
October 18, 2023
Article Series – Understanding Microsoft Fabric Licensing: A Simplified Guide
Microsoft Fabric is a complete data analytics SaaS solution that offers a wide range of analytics workloads, including Data Integration, Warehousing, Engineering, Business Intelligence, Data Science, and Real-time Analytics. Essentially, it provides all the tools and resources you need for comprehensive data analytics projects. As organizations consider implementing Microsoft Fabric, understanding its licensing and cost […]
December 29, 2022
Best Practices to Handle Multiple Fact Tables in Power BI
Scenario 1: Multiple fact tables thar are not related to each other Solution: Relate every dimension with their respective fact tables. Identify the shared dimensions. Relate them with every fact. Sometimes this model is called constellation schema, where each fact table individually is a perfect star schema design because each one is related with a […]
September 30, 2022
What are the DMVs and how you can use them?
The DMVs are queries that allow you to retrieve valuable metadata information about your data model, server operations, and server health. What are the DMVs The DMVs queries are an interface to schema rowsets based on SQL and use a SELECT statement and the $System schema with an XML/A schema rowset, however, they do not support the full syntax of […]
September 29, 2022
Step-by-step instructions to configure Incremental refresh
September 29, 2022
Metadata-only deployment using ALM Toolkit
ALM Toolkit is a free and open source tool that facilitates the deployment of Microsoft Power BI datasets, detects differences between source and target datasets, checking for changes to be deployed to help ensure the integrity of the target model. For datasets with incremental refresh policy applied, you must avoid publishing and replacing them with […]