Forum Discussion

and_rogynous's avatar
and_rogynous
Copper Contributor
Nov 29, 2022

Counting Unique Values with Multiple Criteria

I am using the following formula to count the amount of unique freight carriers I use each day at work: =SUM(--LEN(UNIQUE(FILTER(Orders[Carrier],Orders[Shipped]=Dates[@[11/22]],"")))>0)) Orders[Car...

Resources