Forum Discussion

Zaky's avatar
Zaky
Helper IV
6 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    6 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.