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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
TePe
Helper IV
Helper IV

User Security Options

So I understand that Power BI can leverage SSAS's security by passing the Effective User Name to the server. Is this currently the only option to reuse the same dashboard for users who have different rights on seeing data?

 

Thanks...

4 REPLIES 4
Greg_Deckler
Super User
Super User

In theory, you could build the username into your data tables as far as who is allowed to see what rows and use DAX USERNAME() function as shown here:

https://support.office.com/en-US/article/USERNAME-Function-DAX-8fd30f8a-7daa-42de-a7f7-c569f172a016

 

Would messy I am sure and probably wouldn't prevent them from viewing the backend data if they could download it.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

hmm... How would I do the filtering then? I'm sure I can build up a "permission table", link it in the data model, find out the user name (with the formula you provided) and then I need to filter the user from the permission table. Any hint how to do that?

andre
Memorable Member
Memorable Member

username() doesn't work in the service, SSAS is currently the only supported option for row level security

Ah well...



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

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

Top Solution Authors