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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
shaher12
Frequent Visitor

page navigation with RLS Roles

I have table called Departments , have Department column as Finance , Commercial ,...

I have created Roles based on each department

Also i have page navigation panel attached above

I need to make this navigation  affected by the RLS Role

Ex: if Roles equal finance the page navigation must show finance only

image.png

2 REPLIES 2
lbendlin
Super User
Super User

Page Level Security does not exist. Don't waste your time. 

Navigation pages provide very limited value.  You should focus on reducing the number of clicks between user and insight, not on increasing them.

Zanqueta
Solution Sage
Solution Sage

Hi @shaher12 

 

Dynamic Navigation Using Conditional Formatting

  1. Create a Navigation Table
    • Create a table with columns:
      • PageName (e.g., Finance, Commercial)
      • PageDisplayName (friendly name)
      • PageURL or PageIndex (optional if using bookmarks)
    • This table should include all pages you want to navigate to.
  2. Apply RLS to This Table
    • Apply the same RLS rules to this navigation table as you did for Departments.
    • For example, if the user belongs to Finance, only the Finance row will remain visible.
  3. Create a Navigation Visual
    • Use a Table or Button with conditional formatting:
      • For buttons: Use Action → Page navigation → Based on field.
      • For tables: Use Action → Conditional formatting → Web URL or Page navigation.
  4. Bind Navigation to RLS
    • When RLS filters the navigation table, only the allowed page(s) will appear.
    • If you use buttons, you can create a measure like:
SelectedPage =
SELECTEDVALUE(Navigation[PageName])

 

Then set the button’s Page navigation property to this measure.
 
Important: You cannot hide actual report pages dynamically in Power BI Service; you can only control what navigation options appear. If the user knows the page URL, they could still access it unless you apply RLS to visuals on that page.
 

If this response was helpful in any way, I’d gladly accept a 👍much like the joy of seeing a DAX measure work first time without needing another FILTER.

Please mark it as the correct solution. It helps other community members find their way faster (and saves them from another endless loop 🌀.

 

 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.