Filter Row Condition with userrole

hy dear, i wan’t to make slice with row filtering.
but i will add condition with userrole akses
can you help me for this problem?
thanks
3X_2_2_220638b8826484df2e71d96e067dee7a9ef09bda.png
google upload gambar

Solved Solved
0 11 288
1 ACCEPTED SOLUTION

you can use security filter for the table with expression as below:

OR(
	(USEREMAIL() = [EmailColumn]), 
	(USERROLE() = "Admin")
)

View solution in original post

11 REPLIES 11
Top Labels in this Space