Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello Team,
Requirement:
Module A ------------------- Module B
Report1 ------------------ Report 3
Report2 ------------------ Report 4
Note: All these (Above 4 reports) are in same workspace.
This is how my project needs to fetch the reports and embed in UI. So, this way avoid holding Module B in Module A reports response.
During our rest Api call, we used this method: GetReportsInGroupAsync() to get all reports based on workspace.
If Module A, calls the above method they should get only Report 1 and Report 2. Likewise in Module B, they should get Report 3 and Report 4.
Please help me how to achieve this using powerBi Rest API using C#.
No @Anonymous
In Same web application, We have two separate projects integrated.
For these two we are using same workspace.