Forum Discussion
chotu27
5 years agoPost Patron
Handling Row Level Security
Hi, I build row level security in power bi which is working fine as i expected. But i wanted to display text field when someone tries to access the report and his data is not available as "Y...
- 5 years ago
Hi chotu27 ,
I have a solution for you,see below:
First manage roles as below:
Then create a measure as below:
Measure = IF(SELECTEDVALUE('Table'[Column1])=BLANK(),"Your Information is not available",MAX('Table'[Column1]))And you will see:
For the related .pbix file,you may see attached.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
v-kelly-msft
5 years agoCommunity Support
Hi chotu27 ,
I have a solution for you,see below:
First manage roles as below:
Then create a measure as below:
Measure = IF(SELECTEDVALUE('Table'[Column1])=BLANK(),"Your Information is not available",MAX('Table'[Column1]))
And you will see:
For the related .pbix file,you may see attached.
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!