Forum Discussion
Couldn't load data for this visual
Hi Anonymous ,
This is a very common error faced in Services when DirectQuery is used. This mainly occurs because Services takes time to get data and if the time exceeds a particular threshold, it throws the error. This threshold erstriction is not present in Desktop and hence you won't see the error there.
What you can do is use Performance analyzer in Power BI Desktop and try to optimize your DAX as much as possible. DAX+DirectQuery takes a lot of time to render the visual.
If nothing works from your end, you can raise a ticket with MS Support.
Give a thumbs up if this post helped you in any way and mark this post as solution if it solved your query !!!
- Anonymous5 years agoNot applicable
Thanks Anand24
I thought it might to do with timeout thresholds, but I cannot figure out why this is happening.
Do you know of a way in which I can optimize the query in the original post? From what I can see is that ALLEXCEPT is taking a longtime to process.
- V-lianl-msft5 years agoCommunity Support
Hi Anonymous ,
You can refer to this blog to improve DAX performance.
https://maqsoftware.com/expertise/powerbi/dax-best-practices
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.