cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Warehousing & Analytics
Engage in discussions on data warehousing, analytics, and BI solutions within the Databricks Community. Share insights, tips, and best practices for leveraging data for informed decision-making.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

optimize query from power bi desktop

JosephX
New Contributor

How to tuning databricks query performance from Power BI Dosktop

1 REPLY 1

Brahmareddy
Esteemed Contributor

Hi Joeshph,

How are you doing today?

Give a try with below inputs and let me know if works well.

Filter and aggregate data in Databricks to reduce load before it reaches Power BI. Use DirectQuery carefully, simplify measures, and reduce the number of visuals for better performance. Optimize Databricks clusters, use Delta tables, and regularly maintain your tables with OPTIMIZE and VACCUM commands.

Regards,

Brahma