Day 26 - Call Power BI REST APIs to get POWER BI REPORT Details
Step 1: Launch the website - "https://docs.microsoft.com/en-us/rest/api/power-bi/reports/getreport"
Step 2: Click on Try It and Select one of accounts to Sign In
Step 3: A new page will appear on left hand side of the screen where you have to enter 'reportId'.
Step 4: How to get 'reportId'
- Go to POWER BI SERVICE (https://app.powerbi.com/) and browse your POWER BI Report.
- You would get the URL in below format. Please follow below mentioned instruction to extract the reportId
Step 5: Enter the reportId on this page and click on Run button.
Step 6 : Yipee . We are able to get the details of POWER BI Report using Rest API but there is a limitation here. Token key gets expired after sometime.
So we should do R&D from our end to develop a CUSTOM Rest API to get the POWER BI details in case we want to access it from external system.
Any suggestions or inputs would be greatly appreciated !!!
Name | Type | Description |
---|---|---|
datasetId |
|
The dataset id
|
embedUrl |
|
The report embed url
|
id |
|
The report id
|
name |
|
The report name
|
webUrl |
|
The report web url
|
#RR #Day26 #MicrosoftAzure #POWERBI #RESTAPI #HappyLearning #WeLearnEveryday
Comments
Post a Comment