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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
k943
Helper I
Helper I

Creating a measure based on a column from another linked table

I have 2 tables linked together: Employee table and Sales Order table (1:many relationship using Employee ID key and Created by Employee ID key)

 

I want to create a measure in Sales Order table that count number of sales order quantity created by people from Asia office.

k943_0-1677588810544.png

so in the second table, sales document number 111,114,115 are created by employee 001 and 003 and they are all from Asia office according to the Employee table. The result should be 50+100+50 = 200

1 ACCEPTED SOLUTION
HughLa
Resolver IV
Resolver IV

Hi @k943 

 

Can you try this:

 

ALL SALES (ASIA) = CALCULATE(SUM(Sales[OrderQuantity]),ALL(Sales),Employee[Country] = "Asia")

 

 

Hugh

View solution in original post

1 REPLY 1
HughLa
Resolver IV
Resolver IV

Hi @k943 

 

Can you try this:

 

ALL SALES (ASIA) = CALCULATE(SUM(Sales[OrderQuantity]),ALL(Sales),Employee[Country] = "Asia")

 

 

Hugh

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.