Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
EugenioBeltran
Frequent Visitor

Sumifs DAX formula referencing another column

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

1 ACCEPTED SOLUTION
FreemanZ
Super User
Super User

hi @EugenioBeltran 

 

you can plot a table visual with sales order column and a measure like:

measure = sum(table1[cases])

View solution in original post

1 REPLY 1
FreemanZ
Super User
Super User

hi @EugenioBeltran 

 

you can plot a table visual with sales order column and a measure like:

measure = sum(table1[cases])

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.