Forum Discussion
powerdevkris
3 years agoRegular Visitor
Working with Power Automate to schedule reports. Looking for report id data
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 b...
- 3 years ago
Thank you v-jianboli-msft
v-jianboli-msft
3 years agoCommunity Support
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.
powerdevkris
3 years agoRegular Visitor
Thank you v-jianboli-msft