Forum Discussion

kl8818's avatar
kl8818
Frequent Visitor
3 years ago
Solved

Count Formula

I used quick measure and this is the formula it populated. However, I need to adjust it to be "a greater than/equal to 2" versus highlighting every individual number so I do not have to update it eac...
  • tamerj1's avatar
    3 years ago

    Hi kl8818 

    have you tried 

    = CALCULATE(COUNTA('User Summary'[First Login]),'User Summary'[Total Daily Logins] >= 2 )

    ?