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 September 15. Request your voucher.
I want get report list and its report url from APP. Then add a button in our site, so user can click button can link to report.
But this https://learn.microsoft.com/en-us/rest/api/power-bi/apps/get-reports API not support Service principal authentication
So I try to use this API: https://learn.microsoft.com/en-us/rest/api/power-bi/reports/get-reports-in-group
But it return report url links to workspace which user don't have permission...
I want use script to fetch reports info, don't want add my personal account into code.
Is there nay method to fetch report list in APP?
Hi @benson ,
Please review the following links and check if they are what you want.
PowerShell REST APIs - getting list of all reports in the tenant
PowerShell REST APIs - getting list of all Power BI reports in the tenant
Best Regards