Dear Community,
I stuck somewhere around where a user have an access to 3 Locations (as ENUMLIST) in the user master,
I need to slice the Data Table with the locations when that particular user logged in…
User Name is a reference USER Master Table
[USER Name].[Locations] = { “Location1” , “Location2” , “Location3” }
Slicing :
And([USER Name].[Email]=User e mail(), Any([Location]=[USER Name].[Locations]))
Please suggest…Thanks in advance…