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

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

Reply
amoore5156
Frequent Visitor

Alter Report Filters Based On Recipient

Is there any functionality in Power BI that can filter reports based on the reciever of a given report/dashboard? For example, lets say I am working with clients A through Z and I create a master report that contains standard report elements that all clients need to recieve. Can I send out that master report to client A, with data filtered to just client A? I know it is possible to duplicate the report so that I would have copies of the master report for clients A through Z but I would really like to be able to just have one single report to manage, and filter the report when it gets shared with a client. Is there any feature like this in Power BI?

1 ACCEPTED SOLUTION
samdthompson
Memorable Member
Memorable Member

Yes. you can use the row level security.

 

1. use the RSL in service version (click elipsis on dataset then security). This is super easy but the RSL is still beta and will be overridden on data refresh.

2. use DAX function username() as a filter. This works if your table contains all your users ID's assigned to the correct regionalities. Then just join region[reagion_name] to fact[region_name] (or whatever it might be).

 

However make sure in your user table you have email address of a user as username() in power bi desktop will return domain\username while in power bi service it will return email address of logged in user

 

 

// if this is a solution please mark as such. Kudos always appreciated.

View solution in original post

1 REPLY 1
samdthompson
Memorable Member
Memorable Member

Yes. you can use the row level security.

 

1. use the RSL in service version (click elipsis on dataset then security). This is super easy but the RSL is still beta and will be overridden on data refresh.

2. use DAX function username() as a filter. This works if your table contains all your users ID's assigned to the correct regionalities. Then just join region[reagion_name] to fact[region_name] (or whatever it might be).

 

However make sure in your user table you have email address of a user as username() in power bi desktop will return domain\username while in power bi service it will return email address of logged in user

 

 

// if this is a solution please mark as such. Kudos always appreciated.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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