Show if expression of a View

Hello,

paula_0-1678431571463.png

How should I write the formula to Show 'New Hires' which is in primary view only if the Useremail () is equals to ANY value in the LIST type Supervisors[Email]?

Thank you!

Solved Solved
0 3 109
1 ACCEPTED SOLUTION

Please try an expression of 

IN( USEREMAIL(),  Supervisors[Email])

Please be aware that hiding a view  in this manner merely hides the icon of the view to the user, the relevant data of the slice / table based on which view is created will still reach user's device in the absence of security filters being used for that table.

View solution in original post

3 REPLIES 3

Please try an expression of 

IN( USEREMAIL(),  Supervisors[Email])

Please be aware that hiding a view  in this manner merely hides the icon of the view to the user, the relevant data of the slice / table based on which view is created will still reach user's device in the absence of security filters being used for that table.

Thank you so much!

How would this look if I wanted to compare useremail to colum A and value "UGA" to colunmn B?

Top Labels in this Space