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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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