Forum Discussion
Zaky
7 years agoHelper IV
Need Help with a Measure Formula
Hi All, Wondering if someone would able to help me with formula to count/filter based on ‘AUPEC definition’ column as per data table below. So it will become: Physically on-site = 4 Require engi...
- Anonymous7 years ago
Hi Zaky ,
MEASURE1 = DISTINCTCOUNT( 'Table'[AUPEC Definition] )
Hope that helps.
Cheers,
Rob
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
7 years agoNot applicable
Hi Zaky ,
MEASURE1 = DISTINCTCOUNT( 'Table'[AUPEC Definition] )
Hope that helps.
Cheers,
Rob
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.