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
Hey guys, I'm trying to sum up the minimums I got from this formula: min(balanced order qty, physically available).
I tried sumx(table, min(balanced order qty, physically available)) but didn't work. Highlight above is what I expect to get.
Thank you so much!!!
Hi,
Please try to write a measure something like below.
Expected measure: =
SUMX (
'Table',
MIN (
CALCULATE ( SUM ( 'Table'[Balanced Order qty] ) ),
CALCULATE ( SUM ( 'Table'[Physically available] ) )
)
)
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 | |
| 8 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 8 | |
| 8 |