How to show value if the current logged user matches with assigned email for that value?

I have made a form where I can assign that value to a user based on their email. However, I want the current logged in user to be able to see the value if it matches with the assigned email while other values which is not assigned to the current logged in user and not assigned to them based on the email should not be able to see the value.

I have tried making a slice out of a User list table and set the condition to be USEREMAIL() = [Email] and then I tried putting the expression ANY(Current_User[Email]) following this example in the Show_if expression but it doesnโ€™t work.

Note: I am adding the condition at the Show_if in a virtual column.

@Steve any guide on this?

Thank you everyone!

0 4 438
4 REPLIES 4
Top Labels in this Space