The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.