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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

"The current preview value is too complex to display" error

Hi,

 

I am trying to load some OData into a Dataflow and encountered the error: "The current preview value is too complex to display". As suggested by the error, I am unable to see the table on the query editor.

3 REPLIES 3
Denski11
Frequent Visitor

same problem hope someone can solve

lbendlin
Super User
Super User

Can you post a sanitized version of your OData query filters?

Anonymous
Not applicable

Hi, sorry I am not quite sure what you mean. I have not done any transformation on the data yet if that is what you mean. This is the code in the advanced editor (replaced the actual link of data source with <link of data source> for security):

 
let
  Source = OData.Feed("<link of data source>"null, [Implementation = "2.0"]),
  Navigation = Source{[Name = "tests", Signature = "table"]}[Data]
in
  Navigation

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors