Forum Discussion

chotu27's avatar
chotu27
Post Patron
5 years ago
Solved

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...
  • v-kelly-msft's avatar
    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,
    Kelly

    Did I answer your question? Mark my post as a solution!