Forum Discussion
marama
Helper I
4 years agoHide content based on username
Hi! I want only specific users to be able to see the content of the column, so I was hoping to be able to create a measure like this: note_masked = IF(USERPRINCIPALNAME()="[email protected]", 'table'[...
- Anonymous4 years ago
Hi marama,
If you want to restrict specific end user to have access to specific columns, I suggest you to try OLS (preview) which could be configured in third party tool : Tabular Editor .
Object-level security (OLS) enables model authors to secure specific tables or columns from report viewers.
For reference:
Announcing public preview of Object-Level Security in Power BI
Object Level Security In Power BI
Implementing Object-level Security in Power BI
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
marama
Helper I
4 years agoI believe I've made it work by using
FIRSTNONBLANK
Orstenpowers
Post Patron
3 years agomarama !
Hi, I do have similar problem like you had.
What was the measure finally looking like? Could you post it? Thx!