Forum Discussion
Anonymous
7 years agoNot applicable
Performance inspector for Desktop?
Is there a way to analyze performance of a Power BI query? I have a report that is quite large and has about 80 steps of transformation. Needless to say, it takes a while to load. That's ok with me a...
parry2k
7 years agoSuper User
Anonymous if you have lot of steps, best would be to go thru each step and see what steps take longer. If your data source is sql server, I guess you can use profiler to see what is taking longer to load.
if performance issue is with DAX then you can DAXStudio (available free to download) to debug the expression. I hope it is helpful.
Anonymous
7 years agoNot applicable
parry2k wrote:Anonymous if you have lot of steps, best would be to go thru each step and see what steps take longer.
Ah, i hadn't thought of stepping through each item. I'll give that a shot and report back. Thanks!