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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors