Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
8 | |
2 | |
2 | |
2 | |
1 |
User | Count |
---|---|
7 | |
6 | |
4 | |
3 | |
2 |