Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
nuthanm
Frequent Visitor

How to filter reports from powerbi based on names using Power BI Rest API using C# SDK -

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#.

2 REPLIES 2
Anonymous
Not applicable

Hi @nuthanm ,

 

What is the 'Module' in your case? Is it a dataset?

 

Best Regards,

Jay

No @Anonymous 

In Same web application, We have two separate projects integrated.

For these two we are using same workspace.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors