Forum Discussion
Troubleshooting DAX Performance
Hi andrehawari,
I'd like to suggest you to refer to following link to use SSMS to connect to power bi data model, then you can try to use AS data engine to trace dax formula performance:
Connect to Power BI Desktop Model from Excel and SSMS
In addition, you can also consider to use DAX studio to trace query performance:
How to Trace DAX Queries using DAX Studio
Regards,
Xiaoxin Sheng
- andrehawari7 years agoHelper II
Hi Xiaoshin
Thanks for the links. Actually, I already did the tracing using the similar method in your provided links. Thats why I can come up with that problematic query in my original post. The only things that, I don't know what to do with that problematic dax query since I never really create a script like that. It seems that script autmatically generated by power bi engine
regards
- Anonymous7 years agoNot applicable
Hi andrehawari,
If these query is generated by power bi itself, I also not found a way to modify the logic of generate dax query which power bi used.
Perhaps you can take a look at following links if it help for your scenario:
Optimizing & Analyzing DAX Query Plans
Regards,
Xiaoxin Sheng