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
Q: The error message is: This operation has been canceled because there is not enough memory to finish running it.
Is there a solution that doesn't resize the memory? The number of columns in a query have a big impact?
Solved! Go to Solution.
Hello @fazor_liu ,
it's not a best practice to get everything into Power bi,
you need to limit the data in terms of having only the records relative to your analysis, so filter down data.
you also need to remove columns that you don't need.
create a star schema data model https://youtu.be/7ciFtfi-kQs?si=OqCHLl8sPiYrT60u
also check this for Power bi optimization
https://www.linkedin.com/pulse/power-bi-optimization-framework-ahmad-chamy-nensf/
Proud to be a Super User! | |
Hello @fazor_liu ,
it's not a best practice to get everything into Power bi,
you need to limit the data in terms of having only the records relative to your analysis, so filter down data.
you also need to remove columns that you don't need.
create a star schema data model https://youtu.be/7ciFtfi-kQs?si=OqCHLl8sPiYrT60u
also check this for Power bi optimization
https://www.linkedin.com/pulse/power-bi-optimization-framework-ahmad-chamy-nensf/
Proud to be a Super User! | |
you can first select only the columns you need and fix data types issues first.
Do Some columns tuning like remove time from date time columns or split it to 2 columns.
Also you can round decimal numbers to 4 digits for example.
if all this not enough and you have premium capcity . implement incremental refresh
Incremental refresh for semantic models in Power BI - Power BI | Microsoft Learn
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.