Forum Discussion
Anonymous
2 years agoNot applicable
Retrieving report content from API or tables associated from report.
Hey all, I am using PowerBi Report Server (on-prem), I am looking to ways to get report metadata, tables and it's columns which are associated to the report in REST API. As I have seen there is...
- 2 years ago
It's not a pure hallucination, you need to use pass the report id in brackets eg:
http://your-report-server/Reports/api/v2.0/PowerBIReports({report-id}}/Content/$valuesee Power BI Reports - Get Power BI Report Content - REST API (Power bi report) | Microsoft Learn
Anonymous
2 years agoNot applicable
is it possible to get the tables associated with a report with DAX query in on-prem server?
- d_gosbell2 years ago
Super User
Anonymous wrote:
is it possible to get the tables associated with a report with DAX query in on-prem server?
No, you cannot run DAX queries against a data model hosted in the on-prem Report Server. It does not expose an XMLA endpoint.