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,
I am currently testing power automate to schedule my reports. i found out that i can only use the report id data to make it more dynamic. I was wondering does power bi have a database that can be access to see all the report ids. See bold section of below URL to clarify what i wanted to get for all reports.
https://app.powerbi.com/groups/2e88742d-6623-4e11-afdc/rdlreports/87dad520-4444-4119-97a4-2d8f237abcfe
Solved! Go to Solution.
Hi @powerdevkris ,
You can use Power BI REST API to achieve this goal.
Admin - Reports GetReportsAsAdmin could return a list of reports for the organization.
Reports - Get Report In Group could return the specified report from the specified workspace.
Reports - Get Reports could return a list of reports from My workspace.
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.