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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
pooneh_ce
Frequent Visitor

problem with power bi rest API- Get PowerBIReports by id/path

I testedget method for PowerBIReports, but when I try to call it by id or path, I get the error:

  • Status Code: 404 Not Found
  • Cache-Control: no-cache
  • Content-Length: 0
  • Date: Tue, 21 Nov 2017 19:33:56 GMT
  • Server: Microsoft-HTTPAPI/2.0
  • Set-Cookie: XSRF-NONCE=T7Hh8sqvZb0oKyEHOEbiQNtcmYJeTSD%2FS8yaoxKzqew%3D; path=/Reports; HttpOnly XSRF-TOKEN=deprecated; path=/Report s
  • X-Content-Type-Options

 

my request is  like this:

http://server:port/Reports/api/v2.0/PowerBIReports({f02913f6-801d-4df1-abc6-554319e8bc7f})
http://server:port/Reports/api/v2.0/PowerBIReports(/pop)

 

what is the problem?

 

 

 

 

1 ACCEPTED SOLUTION
mgmeyer
Power BI Team
Power BI Team

For the ID url you need to remove the {} and for path you have to prefix the path like this (Path='/pop').

View solution in original post

1 REPLY 1
mgmeyer
Power BI Team
Power BI Team

For the ID url you need to remove the {} and for path you have to prefix the path like this (Path='/pop').

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.