Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I want to calculate the minimum of the sum of two measures using dax.
For example:
Measure C = Measure A + Measure B
Measure A = sum(Table1, [FieldA])
Measure B = sum(Table1, [FieldB])
I've tried the MINX(Measure C) but it returns the minimum between A and B, i.e. MIN(A,B). I want the minimum of the measure C, on a aggregate basis.
If (A1 = 2 ; B1 =6), then C = 8 and (A2 = -1 ; B2 = 5) then C = 4, the MINX(Measure C) will return C1 = 2 andf C2 = -1, but I want the answer to be min(8,4) = 4
Thanks
Solved! Go to Solution.
See my article here:
https://community.powerbi.com/t5/Community-Blog/Design-Pattern-Groups-and-Super-Groups/ba-p/138149
See my article here:
https://community.powerbi.com/t5/Community-Blog/Design-Pattern-Groups-and-Super-Groups/ba-p/138149
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!