Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
So I'm using role level security to give only data to each user that accesses the dashboard but I have two options "Product A only" & "Product A & B"
So I have various cards I only want to display when the user logged in is "Product A & B"
I can set up the bookmarks but is there a way to show a bookmark based on a data field?
Solved! Go to Solution.
Hi @DarylRob ,
According to your description, here's my solution.
1.Create a measure.
Measure = ""
Put the measure in a card visual.
Turn off the Category label, get a blank visual.
2.Create a new table by the below formula.
Table 2 = UNION ( ROW ( "Card Color", "#FFFFFF00" ), ROW ( "Card Color", "White" ) )
Get this table.
3.Select the fx tab beside the Color option under the Backgroud ribbon.
Select the Card color column from the new table in the color field.
4.In Manage roles, create two roles like below.
5.Put the blank card upon the fact card you want to display.
When you view as No show, there's nothing.
When you view as Show, the fact card display.
I attach my sample below for reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @DarylRob ,
According to your description, here's my solution.
1.Create a measure.
Measure = ""
Put the measure in a card visual.
Turn off the Category label, get a blank visual.
2.Create a new table by the below formula.
Table 2 = UNION ( ROW ( "Card Color", "#FFFFFF00" ), ROW ( "Card Color", "White" ) )
Get this table.
3.Select the fx tab beside the Color option under the Backgroud ribbon.
Select the Card color column from the new table in the color field.
4.In Manage roles, create two roles like below.
5.Put the blank card upon the fact card you want to display.
When you view as No show, there's nothing.
When you view as Show, the fact card display.
I attach my sample below for reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@DarylRob , You to create a table with these two values and email ID, what each email can be shown.
Then you can create role
[email] = userprincipalname()
that will filter one of the two or both based on login
How to use Row Level Security (RLS): https://youtu.be/NfdIA0uS6Nk
But how do I hide a card for certain users?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
71 | |
57 | |
38 | |
36 |
User | Count |
---|---|
81 | |
67 | |
61 | |
46 | |
45 |