How to show data properly in Office Excel Using Power Query Editor?
问题 I have below JSON output from an API, in Office Excel I am importing data via Web from API. [{ "level": 1, "children": [{ "level": 2, "children": [{ "level": 3, "name": "Chandni Chowk", "data": ["Data 1", "Data 2"] }], "name": "Delhi", "data": ["Delhi Area"] }], "name": "Country", "data": ["India", "Bangladesh"] }] https://docs.microsoft.com/en-us/powerquery-m/quick-tour-of-the-power-query-m-formula-language I have above document. let Source = Json.Document(Web.Contents("MY API URL GOES HERE"