The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hey everyone,
I'm currently working on developin a custom connector in Power BI desktop and have noticed a particular behavior when the checkbox of a table is clicked in navigator. Upon clicking, a "Preview is Evaluating..." message appears on the right side of the navigator, and it takes approximately 5-10 minutes for a truncated table to load. This loading message can be misleading for users, as they might assume they need to wait for the preview when they could instead click on "Load" to directly load the table into the data pane.
Are there any techniques or settings within the Power BI connector code or Power BI desktop application that could help mitigate this issue?
Solved! Go to Solution.
There is no remedy. Whenever you change the meta data this will happen.
@lbendlin
Thank you for your response. I discovered that the Preview feature is also impacting the performance of the connector. Using the diagnostics tool, I found that the same API is called multiple times. I suspect these multiple calls are due to the Preview and data loading processes. The connector performs over 500 API calls, transforming each call into a table, which significantly affects performance. My question is: if we cannot stop this behavior, is there a way to limit the Preview data?
Are there any techniques or settings within the Power BI connector code or Power BI desktop application that could help mitigate this issue?
Yes, but they are not practical. The essence of the technique is "Never ever change the meta data ever again".
@lbendlin
Thank you for your response. Could you please clarify your explanation? I'm having difficulty understanding your point. I'm looking for a way to bypass the Preview of the table in Navigator when loading a table in Power BI Desktop via a custom connector.
There is no remedy. Whenever you change the meta data this will happen.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
2 | |
1 | |
1 | |
1 |