optimize query from power bi desktop
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 07:37 AM
How to tuning databricks query performance from Power BI Dosktop
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 08:14 AM
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

