Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Suraj_Ncircle
Frequent Visitor

How to avoid preview is Evaluating in Power BI Desktop

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?



Suraj_Ncircle_0-1711105416536.png

 

1 ACCEPTED SOLUTION

There is no remedy.  Whenever you change the meta data this will happen. 

View solution in original post

4 REPLIES 4
Suraj_Ncircle
Frequent Visitor

@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?

lbendlin
Super User
Super User

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. 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.