The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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