Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have a simple PowerBI report that has a single table: "Customers".
One of the columns is called "Account Manager Email". The Account Managers are the users of the system.
I want a slicer that is basically "My Customers" where the options are "yes" or "no". This will be based on the UPN
Note that I don't want to use role-based security. Each user (account manager) is allowed to see everyone elses accounts, but the default slicer must be for his/her customers.
What is the easiest way to achieve this?
Hi @RGI,
Are you trying to set default slicer value based on UPN? If anything is misunderstood, please tell me.
This feature is not currently available in Power BI. But you can leave a comment and vote this idea up.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Are you trying to set default slicer value based on UPN? If anything is misunderstood, please tell me.
Yes, that is essentially what I'm trying to do.
This feature is not currently available in Power BI. But you can leave a comment and vote this idea up.
I will vote for the idea - thanks for the link.
However, knowing that this could take months/years to implement if at all it is, I want another workaround for the short term.
For example, the creation of a column something like:
[Is this my customer] = if('Customers'[Account Manager Email]=USERPRINCIPALNAME(),"Yes","No")
But of course this doesn't work and I was hoping to find the easiest solution to make it work.
Hi @RGI ,
Is the method you describe adding a filter to Visual?This is no different than choosing a slicer value.
Best Regards,
Dedmon Dai
It makes no difference to me whether I use a filter or a slicer, all I want. is a Yes/no column that I can use is such a filter/slicer.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.