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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi
I am looking for help after forum research I am struggling to solve
I have the following API call which works fine and returns the correct data in Postman
I have 2 versions of m code
Version 1
let
Json = Json.FromValue({[extended= true]}),
url = "https://gev.collabaro.com/tapi/v1/",
RelativePath="asset/list",
headers=[#"X-Auth-Token" ="XXXXXXX"],
source = Web.Contents(
url& RelativePath,
[Headers = headers,Content = Json]
),
jsonresponse = Json.Document(source),
#"Converted to Table" = Record.ToTable(jsonresponse),
#"Removed Other Columns" = Table.SelectColumns(#"Converted to Table",{"Value"}),
#"Expanded Value" = Table.ExpandListColumn(#"Removed Other Columns", "Value")
in
#"Expanded Value"
Solved! Go to Solution.
If you have a Pro license you can open a Pro ticket at https://admin.powerplatform.microsoft.com/newsupportticket/powerbi
Otherwise you can raise an issue at https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues .
When you look at the network trace do you see a POST request or a GET request being created?
Hi, I see a POST request
If you have a Pro license you can open a Pro ticket at https://admin.powerplatform.microsoft.com/newsupportticket/powerbi
Otherwise you can raise an issue at https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues .
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 20 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |