Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi guys,
Are we generate the list of dashboards that are showing in the PowerBI server and export them out in a list as a csv file or excel file.
Instead of, opening every folder to know which dashboards are there.
Thanks.
Solved! Go to Solution.
This should help:
SSRS ReportServer Database Overview and Queries (mssqltips.com)
It relates to SSRS, but power bi report server is basically the same. For power bi reports Type=13
You can query the Catalog table in the report server database. This will give you the full list of report files on the server.
do you have an example of the codes for me to take reference? Thanks.
This should help:
SSRS ReportServer Database Overview and Queries (mssqltips.com)
It relates to SSRS, but power bi report server is basically the same. For power bi reports Type=13