The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello All,
Happy New Year!
Based on corporate guidance, we recently moved from import to direct query.
We are having performance issues - it is taking too long for data loads.
I will greatly appreciate any suggestions you may have - data model, dax, power bi setup, visuals, governance, etc.
Thanks very much,
Pav
Solved! Go to Solution.
Hi @PavBidani ,
Happy New Year to you as well! Here are some steps you can take to optimize performance:
1.Try to have a star schema design with one central fact table and several dimension tables. Avoid complex relationships and many-to-many relationships where possible.
2.Keep your DAX formulas simple and efficient. Complex calculations can slow down your report. If possible, apply filters directly in the source query to reduce the amount of data that needs to be processed.
3.You can also follow the official documentation process for troubleshooting
Troubleshoot report performance in Power BI - Power BI | Microsoft Learn
4.Another way to do this is use Performance Analyzer to examine report element performance in Power BI Desktop
Use Performance Analyzer to examine report element performance in Power BI Desktop - Power BI | Micr...
I recommend you start by reviewing the best practices for DirectQuery models which you can find on the official document
DirectQuery in Power BI - Power BI | Microsoft Learn
Best regards
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @PavBidani ,
Happy New Year to you as well! Here are some steps you can take to optimize performance:
1.Try to have a star schema design with one central fact table and several dimension tables. Avoid complex relationships and many-to-many relationships where possible.
2.Keep your DAX formulas simple and efficient. Complex calculations can slow down your report. If possible, apply filters directly in the source query to reduce the amount of data that needs to be processed.
3.You can also follow the official documentation process for troubleshooting
Troubleshoot report performance in Power BI - Power BI | Microsoft Learn
4.Another way to do this is use Performance Analyzer to examine report element performance in Power BI Desktop
Use Performance Analyzer to examine report element performance in Power BI Desktop - Power BI | Micr...
I recommend you start by reviewing the best practices for DirectQuery models which you can find on the official document
DirectQuery in Power BI - Power BI | Microsoft Learn
Best regards
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Thanks Albert.
Much appreciated!
Pavan