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.
Hello!
I would like to get the average percentage of three different measures that return a number in percentage.
For example:
ComplianceLevel1 = 97.1
ComplianceLevel2 = 95
ComplianceLevel3 = 87
How can I get the average percentage of these three values in a DAX formula?
Solved! Go to Solution.
(measure1 + measure2 + measure3) / 3
Thank you Daxer!
User | Count |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
20 | |
15 | |
14 | |
10 | |
7 |