Forum Discussion
RLS with Blanks
- 3 years ago
Calvin69 , Try like
[email] = userprincipalname() || isblank(Table[department Project])
HI RobinSellow , do you have a sample file that you could share with us to work this out?
Hi all,
Here is how my dataset is built. I have a RLS table with user names, emailadressess and regions (id's). Every user may see an other region, so the dataset if filtered at region level. My RLS table is connected with the region table. The region table is connected with the facilitites table. Because in the region, there are multipe facilities active. And the facilities table is connected with the services table. In this table all the services are mentioned. A service can be fulfilled, then the column declaration_id is filled, but if a service is not fulfilled, than this cell is blank. But this information is also in the dashboard. The problem is that RLS is not showing blank cells, and now my data is not right.
How can i fix this?