Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

PBIRS reports dataset stored

Hi All,   Do you know where the dataset from uploaded report on the report server is stored when I don't use direct query or live connection? Is it stored under pbix file or somewhere else on the s...
  • Anonymous's avatar
    Anonymous
    8 years ago

    It doesn't look like that is available. The REST API doesn't expose an oData endpoint for the datasources used by the PowerBI reports. You can of course access DataSets using conventional datasources (not PBI attached just regular SSRS datasources) via oData from PowerBI reports

     

    https://docs.microsoft.com/en-us/power-bi/report-server/access-dataset-odata

     

    If you created a datasource and then some datasets off the back of it you could use these in multiple PBI reports and refresh the datasets on schedule. Thus you could "share" datasets between reports. Sort of.