The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Please help with a formula for a percentage per month. January would be 7 / 136 = 5.15%
Thanks in advance!
Solved! Go to Solution.
@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
Thank you sir
@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
User | Count |
---|---|
11 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
22 | |
14 | |
14 | |
9 | |
7 |