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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Is there a way to create measure to Sum of Product measure?

I have Table A

 

SnapshotID.1ID.2Avg Demand
2/12/20241A20
2/12/20242A30
1/12/20243B40

 

Table B

 

SnapshotID.1LT
2/12/202412
2/12/202423

 

 There is a data connection between table A & B on ID.1

 2 Slicers to select the snapshot for Table A & Table B

 

 I have created a Measure to calculate LT* Avg Demand

 

Now I want to create another measure which do WT LT* Avg Demand i.e., SUM(LT*Avg Demand) instead of SUM(LT)* SUM(Avg Demand) at ID.2 level.

Sort of do first row wise calculation of LT* Avg Demand and then sum it at ID.2 level.

As current measure is doing SUM(LT)*SUM(Avg Demad).

 

Thanks

Kartik

1 ACCEPTED SOLUTION
tharunkumarRTK
Super User
Super User

You can achieve it using SUMX terative function. Assuming your table B is many side of one to many relationship,

Sumx(tableb, related(tablea[Avg Demand]) * tableb[LT]) 

try the pattern and dont forget to accept my solution if it works.

Tharun

View solution in original post

1 REPLY 1
tharunkumarRTK
Super User
Super User

You can achieve it using SUMX terative function. Assuming your table B is many side of one to many relationship,

Sumx(tableb, related(tablea[Avg Demand]) * tableb[LT]) 

try the pattern and dont forget to accept my solution if it works.

Tharun

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Users online (26)