Forum Discussion
vivien57
6 years agoSuper User
PBIRS January 2020 : API Issue ?
Good morning all, I just went to the PBIRS version January 2020 and I have a problem (before I was in May 2019 version) Before I used this feature to have dynamic images in my dashboard : h...
vivien57
6 years agoSuper User
Good morning all,
Via the opening of a ticket at Microsoft, they confirm that it is a bug. They are working on it.
Anonymous
6 years agoNot applicable
Will you update here if you get any estimated release date etc.? I have the same issue and it is quite a problem.
- vivien576 years agoSuper User
No, I don't think there will be an update to correct the problem.
I think this will be fixed in the next version.The current workaround is as follows :
You can use the following APIs to get the Id of the item:
http://servername/reports_pbi/api/v2.0/Resources(Path='/image.jpg')?$select=id
This will return the following output:
{
"@odata.context":"http://infinity-pc/reports_pbi/api/v2.0/$metadata#Resources(Id)/$entity","Id":"5ffc40b7-e773-4027-98df-cb6c92d60ddf"
}
You can then use the Id to for the API call to display the content: