Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Mykhailo
New Member

Get report.createdDateTime and report.modifiedDateTime from Power BI REST API

We would like to get report.createdDateTime and report.modifiedDateTime from Power BI REST API: GET https://api.powerbi.com/v1.0/myorg/reports

 

We are getting response, like:

{ "value": [ { "datasetId": "cfafbeb1-8037-4d0c-896e-a46fb27ff229", "id": "5b218778-e7a5-4d73-8187-f10824047715", "name": "SalesMarketing", "webUrl": "https://app.powerbi.com//reports/5b218778-e7a5-4d73-8187-f10824047715", "embedUrl": "https://app.powerbi.com/reportEmbed?reportId=5b218778-e7a5-4d73-8187-f10824047715" } ] }

 

REST API documentation (https://docs.microsoft.com/en-us/rest/api/power-bi/reports/get-reports) describes createdDateTime and modifiedDateTime fields for report, but API doesn't provide this values.

 

Are there any options to get this fields from REST API?

2 REPLIES 2
DevopsPls
Frequent Visitor

Possible in the admin API- 'admin/reports' rather than '/reports'.

 

There seems to be a bug at the moment where creation date isn't returned for all reports, but should work for most cases.

GilbertQ
Super User
Super User

Hi @Mykhailo 

 

I had a quick look and I could not find it off hand, even though it is in the documentation!

 

Hopefully someone who has more experience will be able to assist.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors