Forum Discussion
TylerVono
3 years agoHelper III
Pareto 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
3 years agoSuper User
Hi,
Write this measure and drag it to the visual
Count = counta(Data[Number])
Hope this helps.