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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Abderr_R77
New Member

Improving Page-Level Access Control

Hello everyone,

I need your help regarding a specific point in Power BI.

Context
I created a list containing values corresponding to the names of Power BI report pages.
Then, I linked these values to users’ email addresses, so that each user only sees the pages they are authorized to access.

Current situation
From a functional perspective, the solution works correctly:

access rights are respected,

each user only sees their own pages.

Issue encountered
The problem is mainly related to visual design and user experience:

the current display is not visually appealing at all,

the user experience is not optimal,

and this is the landing page of the report, which makes it a key element.

Question
Is there another approach or a better way to achieve the same result, while providing a cleaner, more intuitive, and more professional-looking design?

 

 

Abderr_R77_0-1767630103594.png

 

1 ACCEPTED SOLUTION

This is very likely an unvalidated AI-generated response. There’s a growing amount AI slops circulating in the community. You cannot hide buttons using a measure as a visual-level filter, so the proposed solution is incorrect. You have confirmed it yourself that buttons don't have visual filter options. The only dynamic option available is conditional formatting, which can make a button transparent but it does not truly hide it, it merely makes it transparent .





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

6 REPLIES 6
v-pnaroju-msft
Community Support
Community Support

Hi Abderr_R77,

We are following up to see if what we shared solved your issue. If you need more support, please reach out to the Microsoft Fabric community.

Thank you.

v-pnaroju-msft
Community Support
Community Support

Thankyou, @ danextian for your response.

Hi Abderr_R77,

We appreciate your inquiry through the Microsoft Fabric Community Forum.

We would like to inquire whether have you got the chance to check the solution provided by @ danextian to resolve the issue. We hope the information provided helps to clear the query. Should you have any further queries, kindly feel free to contact the Microsoft Fabric community.

Thank you.

Natalie_iTalent
Administrator
Administrator

Hello @Abderr_R77 and @danextian,

A response you are referring to above has been removed for being inaccurate and AI generated.

 

Best,

Natalie H.

Community Manager 

Abderr_R77
New Member

i didn't understand very well !! can u give me an example !! 

Abderr_R77_0-1767641054136.png

 the buttons will be like these or what : 

Abderr_R77_1-1767641114181.png

 

i did what u say but i didn't find where i can change the visibility of the button 

i created the measure but when i search for button filtrer to put : 

Page_A =
IF (
    CONTAINS (
        'Page Access',
        'Page Access'[Utilisateur], USERPRINCIPALNAME(),
        'Page Access'[Page], "A - Vision_Globale"
    ),
    1,
    0
)

Abderr_R77_0-1767645830409.png

 

This is very likely an unvalidated AI-generated response. There’s a growing amount AI slops circulating in the community. You cannot hide buttons using a measure as a visual-level filter, so the proposed solution is incorrect. You have confirmed it yourself that buttons don't have visual filter options. The only dynamic option available is conditional formatting, which can make a button transparent but it does not truly hide it, it merely makes it transparent .





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors