Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi there!
I have two measures, [Promo Vol] and [Total Vol] - you can see the results in this table
I just want to create another measure that will sum up the [Total Vol] but ONLY in cases where [Promo Vol] > 0
So in this case the output value I'm looking for is £334,948 (i.e. sum of everything in [Total Vol] except the last two rows because the Promo Vol is 0
Does anyone have any suggestions?
Thanks
Alex
Solved! Go to Solution.
@Anonymous , Try a measure like
sumx(values(Table[Date]), if([Promo Vol] > 0, [Total Vol],blank()))
Legend, thank you! 😘
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 48 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 118 | |
| 117 | |
| 38 | |
| 36 | |
| 27 |