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
Bidu
Frequent Visitor

How load different view by user access?

Hello,

I need different views depending on the department, and whether it is a boss or an employee. How to do this? Without the user noticing that there are other views, and automatically get the user type?

2 REPLIES 2
kritishah
New Member

To create dynamic views based on the user's department and role without them switching views:

  1. Implement user authentication.
  2. Store user profile data including department and role.
  3. Use role-based access control.
  4. Conditionally render content and features.
  5. Ensure security for data access.
 
Daryl-Lynch-Bzy
Community Champion
Community Champion

Hi @Bidu - have you considered using the Audience feature of Power BI App.  This feature would allow you to share different version of the report (and different version of the underlying dataset) with different personas.  For example, Report A share to Audience A, Report B to Audience B.  When each member enters the App they will only see the Reports and its pages.  For more information on Audience use cases, please read this Data Goblins blog:
Exploring App Audiences in Power BI — DATA GOBLINS (data-goblins.com)

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 Fabric 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