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.
How can I optimize the performance of my Power BI dashboard, which visualizes data in a table format from MS SQL in Direct Query mode, I am currently encountering delays in displaying data due to the dataset comprising over 2 million rows. I would appreciate any recommendations or strategies to enhance the efficiency of this process and reduce loading times. Thank you.
Solved! Go to Solution.
Hi @Pankaj2001 ,
For direct query mode, there are many ways to optimize it, such as turning off visual object interaction, etc. For more details you can check this link to optimize it appropriately for your model:DirectQuery model guidance in Power BI Desktop - Power BI | Microsoft Learn
Hope it helps!
Best regards,
Community Support Team_ Scott Chang
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Pankaj2001 ,
For direct query mode, there are many ways to optimize it, such as turning off visual object interaction, etc. For more details you can check this link to optimize it appropriately for your model:DirectQuery model guidance in Power BI Desktop - Power BI | Microsoft Learn
Hope it helps!
Best regards,
Community Support Team_ Scott Chang
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Heya,
Can you use a WHERE statement and bring in only the data you're interested in?