Forum Discussion
TylerVono
Helper III
3 years agoPareto Calculation
Hello, Looking for ideas. Here is what I have in trying to make: a simple Paredo: I have two columns: Multiple Categories showing reason why purchase order was recorded as past due. ...
Ashish_Mathur
Super User
3 years agoHi,
Write this measure and drag it to the visual
Count = counta(Data[Number])
Hope this helps.