Forum Discussion
mariussve1
2 years agoSolution Sage
Issues with the API: Items - Get Report Definition
Hi, I have been using a lot of the API's from Power BI, and with great luck. Now I'm creating some cool stuff by using Log Analytics, and one of the things I get from Log Analytics is the VisualI...
- 2 years ago
I tried to copy the token from "Try It" page of the documentation, and then it works.
I reviewd access to the SPN and found out I needed to grant some more access. Now everything works 🙂
Cheers
Marius
tharunkumarRTK
2 years agoSuper User
mariussve1
I ran a POST call from Power BI and it is working, Follow the below snippet and you should be able to run
let
Source = Json.Document(Web.Contents("
https://api.fabric.microsoft.com/v1/workspaces/<workspaceId>/reports/<reportId>/getDefinition",[Headers=[Authorization="Bearer <Bearer Token>",#"Content-Type" = "application/json" ], Content=Json.FromValue([])] ))
in
Source
dont forget to include your report id, workspsce id and bearer token.
If the post helps please give a thumbs up
If it solves your issue, please accept it as the solution to help the other members find it more quickly.
Tharun
- mariussve12 years agoSolution Sage
Hi,
I will try from Power Query. Are you able to run the request from Postman?
br
Marius