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
Anonymous
Not applicable

RLS Not working

Hi ,

  what I'm trying to do,

i) If the sales officer(SO) looks at the report, they only show the data.

ii) Show sales officer data under sales Head(SH) if sales Head(SH) sees report.

 

I used this measure but not working.

Measure:

IF (
CALCULATE (
COUNTROWS ( 'Master table'),
FILTER ( 'Master table' , 'Master table'[SH email id]= USERPRINCIPALNAME() )
) > 0,[SH email id] = USERPRINCIPALNAME() ,[SO email id] = USERPRINCIPALNAME()
)

  

Relationship:many to one Relationship between transaction table[SO]  and Master table[SO]

Tables:

Transaction table

SORevenue
501000
512000
523000
535000

 

Master table

SOSO emal idSHSH emal id
50[email protected]50[email protected]
51[email protected]50[email protected]
52[email protected]53[email protected]
53[email protected]53[email protected]

 

let me know if Anybody have a answer .Thanks.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

To my knowledge, if a user has access to a particular row of data, they can see all the columns of data for that row.

You secure individual rows of data but users can always see either the details or the summarized data.

 

If you publish your Power BI Desktop report to an app workspace within the Power BI service, the roles will be applied to read-only members. You will need to indicate that members can only view Power BI content within the app workspace settings.

You can make this change by logging in to app.powerbi.com (as a group admin), and using the left nav to choose the App Workspace (group) and then Edit Workspace.

This is described in the document: Row-level security (RLS) with Power BI

 

Using RLS with workspaces in Power BI.PNG

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

 

To my knowledge, if a user has access to a particular row of data, they can see all the columns of data for that row.

You secure individual rows of data but users can always see either the details or the summarized data.

 

If you publish your Power BI Desktop report to an app workspace within the Power BI service, the roles will be applied to read-only members. You will need to indicate that members can only view Power BI content within the app workspace settings.

You can make this change by logging in to app.powerbi.com (as a group admin), and using the left nav to choose the App Workspace (group) and then Edit Workspace.

This is described in the document: Row-level security (RLS) with Power BI

 

Using RLS with workspaces in Power BI.PNG

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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