March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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=_]}}),
User | Count |
---|---|
25 | |
21 | |
11 | |
10 | |
9 |
User | Count |
---|---|
48 | |
30 | |
18 | |
17 | |
15 |