Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
We have one power bi report published to Power Bi Service. user large dataset storage format.
the dataset with 1 year data is about 3 GB,
the dataset with 3 years data is about 6.5 GB.
There is one Matrix visualization in the report, I tested the DAX query in DAX studio.
the Query performance is almost the same for 1 year and 3 years data.
seems the data volumne didn't impact the performance which is good, but I want to know why.
Can anybody let me know why this happen? thank you for your help in advance.
Solved! Go to Solution.
Hi @PBI_RH
This is because all the data is stored in memory and long with the compression of the data it makes it super fast to query analytical workloads. This is a very basic way to explain but that is overall what makes it run so fast.
Hi @PBI_RH
This is because all the data is stored in memory and long with the compression of the data it makes it super fast to query analytical workloads. This is a very basic way to explain but that is overall what makes it run so fast.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.