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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I have just discover PowerBI and have already got a lot out of it for little effort, however I have now hit a stumbling block.
I am trying to calculate ATV using our total sales column and total transactions but for some unknown reason we calculate our ATV by filtering out specific categories (such as free gifts, really low RRP items and other none "core" items). However we still account for every transaction (including the lower end RRP items etc)
So what I need to do is create a measure for total sales that only calculates the total value of one column, using the criteira of another column which lists the product category. So for example:
Sales Category
20 Bracelet
2.99 Merchandising
30 Rings
So from this, I only need the measure to add Rings and Bracelets whilst ignoring merchandising. Its probably dead simple but my trusty SUMIF doesnt work in DAX!
Thanks in advance.
Solved! Go to Solution.
MyMeasure = CALCULATE(SUM(Table[Sales]),Table[Category]="Bracelet" || Table[Category]="Rings")
MyMeasure = CALCULATE(SUM(Table[Sales]),Table[Category]="Bracelet" || Table[Category]="Rings")
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |