Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Working with json, a column gives mixed data. How can I isolate the "List"s from the remaining lines? One way is to unselect all in the filter. It works for some reason, but is not dynamic. I've tried putting null, [List] and "", but was not succesful. Also is there a specific name/term for this "List"?
Intended result:
Data from AZURE Cognitive Service
Solved! Go to Solution.
=Table.SelectRows(#"Changed Type",each [Value] is list)
=Table.SelectRows(#"Changed Type",each [Value] is list)
Based on your pic, you can now add an Index column, then a Modulo column, and then filter to just the rows with the Lists.
Or you can provide some of the JSON text, so a specific solution can be provided.
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 12 | |
| 10 | |
| 7 | |
| 6 |