The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi All,
I am trying to connect to REST API using web as a connection. After I load the data, I converted the list to table and I can see all the columns now, but there are few columns which are still not expanded and it is showing as [RECORD] for all the line items. "Expand to table" option is missing. Can someone please let me know how to get the column values populated in the same table.
Thanks
Poojitha
Solved! Go to Solution.
I got it working now. Code is as below
TransformToList = Table.TransformColumns(#"Expanded Value1", {{"column Name", each if Value.Is(_, type record) then _ else [a=_]}}),
Advanced editor code as been updated in the question.
I got it working now. Code is as below
TransformToList = Table.TransformColumns(#"Expanded Value1", {{"column Name", each if Value.Is(_, type record) then _ else [a=_]}}),
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
52 | |
22 | |
12 | |
11 | |
10 |
User | Count |
---|---|
114 | |
31 | |
30 | |
21 | |
19 |