Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello,
to list the content of a users My Reports folder, we are using the following API call on an external web app, but some users receive an http 403 Forbidden error. So far I have not been able to find out which permissions exactly are needed to successfully make that request.
https://xxx/Reports/api/v2.0/Folders?$filter=Name%20eq%20%27My%20Reports%27
What permission do I need to grant users to resolve this error?
All the best
Solved! Go to Solution.
We were able to solve this by changing the URL to not use the API to find the users My Reports folder, but instead form it through string concatenation. Our working assumption is that the 'folders' endpoint requires Browser permissions on the root folder if no path parameter is given since it would then try to filter starting from root.
They should just need the "My Reports" permission. However I think the actual My Reports folder only gets created the first time the go the report portal so maybe the people getting this error have either not visited the portal or do not have the My Reports permission.
We were able to solve this by changing the URL to not use the API to find the users My Reports folder, but instead form it through string concatenation. Our working assumption is that the 'folders' endpoint requires Browser permissions on the root folder if no path parameter is given since it would then try to filter starting from root.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
3 | |
3 | |
1 | |
1 | |
1 |
User | Count |
---|---|
5 | |
5 | |
4 | |
3 | |
3 |