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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Power BI API change? (around late December) causing an issue - possible Bug

Hi
I was using the Power BI API to get a list of reports that were either in "My Workspace" or were "Shared With Me" which was working well. Around late December 2019 the API no longer returns those reports/dashboard that have been "Shared With Me" and is causing some production issues.

Can someone please confirm the issue and expected behaviour - and if there was in fact an API change that is causing this??

Thank you

Anthony

Status: New
Comments
v-yuta-msft
Community Support

@Patto ,

 

The rest api of "My Workspace" or were "Shared With Me"  should be updated, please refer to doc of power bi rest api below:

https://docs.microsoft.com/en-us/rest/api/power-bi/

 

You can also try the rest api demo:

https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html# 

 

Regards,

Jimmy Tao

Patto
Helper II

Morning @v-yuta-msft  (Jimmy)

 

Apologies for the lateness of my reply.

Sorry I dont quite understand your response, I have tested the rest API calling "Get Reports" and I think it used to return a list of reports that were either in your "my workspace" or were "shared with me".

At the time of writing this reply, I have tested the API again this morning and it is no longer returning me a list with the reports that have been "shared with me".

Is there a new API call to get a list of reports that have been "shared with me" or has the Get Reports API called changed?

 

Thank you for your assistance.

Cheers

Anthony

Patto
Helper II

Hi all...

 

I am having no luck with this at all.

Can someone do the following for me for a test and let me know their response.

  1. Go to Power BI Service and create a new workspace ( make sure you are creating an "upgraded workspace" not classic)
  2. Publish a report to it
  3. Share it with yourself just to ensure that its in your "shared with me" list
  4. call the Power BI API: GET https://api.powerbi.com/v1.0/myorg/reports
    (go here if you need to: https://docs.microsoft.com/en-us/rest/api/power-bi/reports/getreports)

Does the returned json list the report you just published??
That API call used to return a list of reports in your "My Workspace" as well as those that are in the "Shared with me" list. Now it appears it only shows those in your "My Workspace" and any old ones that were in your shared with me.

 

The behaviour that I used to get and am expecting is to have a list of reports returned to me that are in "my workspace" AND "Shared with me"

 

Can anyone help??

Thanks

v-yuta-msft
Community Support

@Patto ,

 

I would suggest you create a support ticket here.

Support Ticket.gif 

Regards,

Jimmy Tao