March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Team,
Is their any option to get list of all power BI reports. Please help me if yes.
Thanks
Solved! Go to Solution.
You can query your PBI Report Server Database Catalog Table to get the list of all objects in Server. 13 is for reports only.
SELECT *
FROM [ReportServer].[dbo].[Catalog]
Where Type=13
Proud to be a Super User!
You can also get this with the PBIRS REST API. (you would replace "localhost" with the name of your actual server)
eg.
http://localhost/reports/api/v2.0/PowerBIReports
This returns an ODATA feed so you could use this in Power BI Desktop to get a list of all the Power BI Reports on your Report Server
Additionally, you can get list of reports using PowerShell commands, or you can get list of report using PBI API, using Odata connector (also from PBI Desktop).
Can you be a bit more specific?
And these solutions seem geared towards on an premise Power Bi solution. Anything for the cloud based solutions: https://app.powerbi.com/groups/...?
@wsdcawefwqrevfq wrote:
And these solutions seem geared towards on an premise Power Bi solution.
That is because this forum is specifically focussed on the on-prem solution.
Questions about the cloud service can be asked here Service - Microsoft Power BI Community
You can query your PBI Report Server Database Catalog Table to get the list of all objects in Server. 13 is for reports only.
SELECT *
FROM [ReportServer].[dbo].[Catalog]
Where Type=13
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
5 | |
4 | |
4 | |
3 | |
2 |