Forum Discussion
Unable to load the visual
Hi,
I am unable to load visuals for donut chart & matrix chart . I have experienced the following error. Could someone please assist or suggest any solutions for the same.
8 Replies
- dbrowneMicrosoft EmployeeThat looks like SQL Server error number 8623. So is this a DirectQuery model? If so troubleshoot with the PBI desktop performance analyzer and see what kind of SQL queries it's generating.
- Max19Advocate I
It is direct query connection only. I have checked the performance analyzer. Could you please be specific about it (see what kind of SQL queries it's generating).
FYI, please find the snippet below
Also, following is the error message for the visuals which are not loading. I have applied all the possible filters. Yet, I could not load them. I am able to generate for
- dbrowneMicrosoft Employee
If you hit Copy Query it will copy both the Dax and SQL query. Looks like the SQL is either slow or returning too many rows. You can use Dax Studio to analyze the performance of the DAX query.
- Max19Advocate I
Well there is one matrix visual and Donut chart for which I could not generate a query from the optimizer.
How do I analyze that in the studio?
- AnonymousNot applicable
Hi Max19
Based on your description, please check thay if your query is too complex, you can consider to break the query into multiple queries, you can refer to the following link.
MSSQLSERVER_8623 - SQL Server | Microsoft Learn
You can use sql profile to trace the action in power bi.
Configure SQL Server Profiler as an External Tool ... - Microsoft Fabric Community
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.