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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Kurren
Helper II
Helper II

Turn off table inference

I have a json document that is an array of arrays. I dont want to flatten this. The problem is that sometimes there is 1 array within the array, sometimes there is more. If there is 1, power query flattens the whole thing to be an array of objects. How can I turn this annoying "feature" off?

 

I realise I can just do an if statement to test if power query gives an array of arrays or array of objects but this is messy and I'd like to prevent any further phantom transformations to my data.

 

Thanks!

1 REPLY 1
v-yalanwu-msft
Community Support
Community Support

Hi, @Kurren ;

If you're trying to load a JSON Lines file, the following sample M code converts all JSON Lines input to a single flattened table automatically:

You'll then need to use an Expand operation to combine the lines together.

Power BI JSON Connection: 3 Easy Methods - Learn | Hevo (hevodata.com)

Power Query JSON connector - Power Query | Microsoft Docs


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors