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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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.

2 REPLIES 2
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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors