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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Likhitha
Helper IV
Helper IV

Doubt regarding in calculating difference between sales between weeks from two tables.

Hello All,

I'm having Table-A and Table-B.I'm having Week and Naive Week in two tables and week and naive week are different.

My requirement is if  naive week in Table-B is equal to week in Table-A then calculate difference between sales.

How to do this?Example scenario in the below picture.

 

IMG_20200211_161335.jpg

 

 

 
 
1 ACCEPTED SOLUTION
V-lianl-msft
Community Support
Community Support

Hi @Likhitha ,
 
Based on the sample data you provided, I created a relationship between the two tables with 'week' of table a and 'naive week' of table b.
You can get the result by creating the following measure:
difference = IF(MAX('table A'[week])=MAX('table B'[naïve week]),MAX('table B'[sales])-MAX('table A'[sales]))
test_difference.PNG
For more details,you can refer to the pbix.
 
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
V-lianl-msft
Community Support
Community Support

Hi @Likhitha ,
 
Based on the sample data you provided, I created a relationship between the two tables with 'week' of table a and 'naive week' of table b.
You can get the result by creating the following measure:
difference = IF(MAX('table A'[week])=MAX('table B'[naïve week]),MAX('table B'[sales])-MAX('table A'[sales]))
test_difference.PNG
For more details,you can refer to the pbix.
 
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI 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.

Top Solution Authors
Top Kudoed Authors