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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
Ignacio_Arjona
New Member

Power BI Apps without Explore Tab

Hi!

I'm designing a Power BI report app to show users a set of survey measures. The report has two types of information:

  • A personal section, where each user (identified by email) can see only their own answers.

  • A general section, where overall averages are calculated using the full dataset.

The personal section is implemented with the USERPRINCIPALNAME() function to filter answers per user. This works as expected.

However, I’ve run into a problem when sharing the app. The data is sensitive, so each user must only see their own detailed data, while the global averages should still be calculated over all responses. I’ve managed to get the calculation side working, but inside the app an “Explore” tab is available, and from there any user can see the full dataset, not just their own records.

For the test user:

  • They are assigned the Viewer role in the Power BI workspace.

  • In the app settings, “Allow people to build content with the datasets in this app audience” is unchecked.

Despite this, the user can still use Explore to access all the data.

Is there any way to disable or further restrict Explore so that users cannot see the full dataset, while still using all records to calculate the overall averages?

Note: I’ve already tried Row‑Level Security (RLS), but with RLS enabled the averages cannot be calculated in the way I need, so RLS is not an option in this scenario.

 

2 ACCEPTED SOLUTIONS
cengizhanarslan
Super User
Super User

 

1) Apply RLS so users only ever see their own rows

2) Precompute global averages in:

  • Power Query
  • SQL
  • Dataflow

3) Store them in a separate table not affected by RLS

4) Use that table for the “global averages” visuals

 

___________________________________________________________________________________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.

View solution in original post

Poojara_D12
Super User
Super User

Hi @Ignacio_Arjona 

You apply RLS so users can only ever see their own detailed rows, which fully protects the dataset from Explore, exports, and other access paths. Global averages are then calculated upstream (in SQL, Power Query, or a dataflow) and stored in a separate, pre-aggregated table that is not affected by RLS. That table is used exclusively for overall or benchmark visuals, while the RLS-protected table is used only for personal views. This clean separation between secure detail data and safe aggregated data is the only supported way to meet both privacy and reporting requirements.

 

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"

Kind Regards,
Poojara - Proud to be a Super User
Data Analyst | MSBI Developer | Power BI Consultant
Consider Subscribing my YouTube for Beginners/Advance Concepts: https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS

View solution in original post

2 REPLIES 2
Poojara_D12
Super User
Super User

Hi @Ignacio_Arjona 

You apply RLS so users can only ever see their own detailed rows, which fully protects the dataset from Explore, exports, and other access paths. Global averages are then calculated upstream (in SQL, Power Query, or a dataflow) and stored in a separate, pre-aggregated table that is not affected by RLS. That table is used exclusively for overall or benchmark visuals, while the RLS-protected table is used only for personal views. This clean separation between secure detail data and safe aggregated data is the only supported way to meet both privacy and reporting requirements.

 

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"

Kind Regards,
Poojara - Proud to be a Super User
Data Analyst | MSBI Developer | Power BI Consultant
Consider Subscribing my YouTube for Beginners/Advance Concepts: https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS
cengizhanarslan
Super User
Super User

 

1) Apply RLS so users only ever see their own rows

2) Precompute global averages in:

  • Power Query
  • SQL
  • Dataflow

3) Store them in a separate table not affected by RLS

4) Use that table for the “global averages” visuals

 

___________________________________________________________________________________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

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.