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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello I am new to DAX and I am looking for a formula that is the equivalent of a sumifs referencing another column in example =sumifs(cases,sales order,@sales order). i have tried calculate(sum(table1[cases],filter(table1,table1[sales order]), in this case I have hundreds of sales orders
sales order item cases
1 a 5
1 b 10
1 c 8
2 a 27
2. b 35
2. c 15
3 a 6
3 b 17
3. c 24
Thank you un advance
Solved! Go to Solution.
you can plot a table visual with sales order column and a measure like:
measure = sum(table1[cases])
you can plot a table visual with sales order column and a measure like:
measure = sum(table1[cases])
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 20 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 32 | |
| 31 | |
| 18 | |
| 12 | |
| 11 |