Forum Discussion
Lyle
4 years agoFrequent Visitor
Divide a Count column by another Count column per month
Please help with a formula for a percentage per month. January would be 7 / 136 = 5.15% Thanks in advance!
- 4 years ago
Lyle , Try measure like
Divide(Count(Table[LSE]) , Count(Table[Mode]))
or
Divide(distinctCount(Table[LSE]) , distinctCount(Table[Mode]))
mark it as % measure from measure tool
amitchandak
Super User
4 years agoLyle , Try measure like
Divide(Count(Table[LSE]) , Count(Table[Mode]))
or
Divide(distinctCount(Table[LSE]) , distinctCount(Table[Mode]))
mark it as % measure from measure tool