Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 8 | |
| 8 |