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
I'm not exactly sure why the row total for MC2 is being calculated incorrectly. I created a DAX expression called Induration Delta which calculates the average value for "APC ON" and "APC OFF". I want to find the delta (APC ON - APC OFF) but it should return blank if one of the two don't exist.
Thanks in advance!
Hi @Anonymous
please try
Induration Delta 2 =
AVERAGEX (
SUMMARIZE (
IndurationStates,
IndurationStates[Machine],
IndurationStates[TonsBin]
),
[Induration Delta]
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |