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. 

avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

Check out the March 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)