Forum Discussion

rkapukaya's avatar
rkapukaya
Helper I
5 years ago

PBIRS Odata - cannot pull data with url from shared datasets

Hi,

I've been using PBIRS.  i want to use shared datasets in my powerbi reports with odata.

 

I created shared datasource and shared dataset (using shared datasource).

When run the url above, i got shared datasets list on my PBIRS. this link downloads with json file format and i can see my shared datasets.

 url : https://myservername/reports/api/v2.0/datasets

 

when i run this url to see data on shared datasource, it throws error;

url : http:s//myservername/reports/api/v2.0/datasets(fb3ceb83-3b05-4512-b543-2b83bd30da6e)/data

error description : 

 

{"error":{"code":"220","message":"The data set could not be processed.","details":[{"code":"222","message":"There was a problem getting data from the Report Server Web Service: The operation you are attempting on item '/MyFolder/Dataset1' is not allowed for this item type. ---> Microsoft.ReportingServices.Diagnostics.Utilities.WrongItemTypeException: The operation you are attempting on item '/MyFolder/Dataset1' is not allowed for this item type."}]}}

 

so, i can not work with this url on odata on powerbi desktop. what should i do?