
Hello Experts,
Good day to you all.
I'm trying to get a Distinct department in my SharePoint list, and would like to Filter depends on Location column in the same list. Is there any way i can do this by using both function on the same Allow Value Custom Card ?
Thank you !
Hi @AnPhamEFL ,
You will need to enter whatever your filter criteria is, but the structure would be something like this.
Distinct(
Filter(
YourListName,
Location=YourCriteria
),
Department
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.