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 !!! 



TABLE 3
NameTypeDescription
datasetId
  • string
The dataset id
embedUrl
  • string
The report embed url
id
  • string
The report id
name
  • string
The report name
webUrl
  • string
The report web url





#RR #Day26 #MicrosoftAzure #POWERBI #RESTAPI #HappyLearning #WeLearnEveryday

Comments

Popular posts from this blog

Day 32 - Python Script to track Available COVID-19 Vaccine Slots for 18+ in India

DAY 1 - Steps to prepare your windows laptop for Python Programming