Hello,
This formula works, but i need it to work on large data sets. Do you guys know any alternative to make this work on large data sets?
Filter('Department List', User().Email in CC.Email)
This Formula checks if the logged in user is in a Person or Group Column. It returns all of the department the User Belongs to.
| ID | Department | CC |
| 1 | Accounting | jon.snow@got.com;johnny.silverhand@cpunk.com |
| 2 | Security | johnny.silverhand@cpunk.com;jon.snow@got.com |
| 3 | IT | jon.snow@got.com; |
If User().Email is johnny.silverhand@cpunk.com
It Returns: Accounting, Security