Hi,
I have a helpdesk system and created the following dashboard. However, all the counts work based on filters for ALL users except for 'My Cases' which only works for me and nobody else.
The filter I have for My Cases is:
CountRows(Filter('Complaints Manager Archive',Lower(Case_x0020_Handler.Email) = Lower(varUser.Email))
varUser is assigned the users email onStart: Set(varUser, User())
Please can someone help me understand why this works for me but not for anybody else? To be clear, all other users are able to see the counts for everything else except for 'My Cases'.
Thank you