Forum Discussion
Row level security filter not blank
Hi, I have a column 'full name' in my report, and i want to set a role name 'local' with filter in 'full name' column for only those with value and another role name 'internal' with filter in 'full name' column for those blank only. How can i do that?
Hi , Anonymous
According to your description, you want to "Row level security filter not blank".
If this , you can try to create two roles in "Manage role":
IF([full name] = BLANK() , TRUE(),FALSE())
IF([full name] = BLANK() , TRUE(),FALSE())
If this method does not meet your needs, you can provide us with your special sample data and the desired output sample data in the form of tables, so that we can better help you solve the problem. (You can also upload you sample .pbix [without sensitive data] to the OneDrive and share with the OneDrive link to me ! )
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
1 Reply
- v-yueyunzh-msftCommunity Support
Hi , Anonymous
According to your description, you want to "Row level security filter not blank".
If this , you can try to create two roles in "Manage role":
IF([full name] = BLANK() , TRUE(),FALSE())
IF([full name] = BLANK() , TRUE(),FALSE())
If this method does not meet your needs, you can provide us with your special sample data and the desired output sample data in the form of tables, so that we can better help you solve the problem. (You can also upload you sample .pbix [without sensitive data] to the OneDrive and share with the OneDrive link to me ! )
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly