The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
How is this done in Dax?
Depends on your data, if Met, Not Met, etc are measures then it is almost identical
( [Met] + [Not Met] + ... ) / [Denominator]
If that is not the case. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Hi Greg,
Thanks for the prompt response. "( [Met] + [Not Met] + ... )" are not meaures. I'm trying to replicate the formula from the Excel cell based format:
=SUM(B12,C12,E12,F12)/H12
To what would be equivalent in Dax.
I tried creating a measure first:
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |