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
Anonymous
Not applicable

Difference and index column in matrix with slicer

Hi,

 

I would like to create a measure which calculate the difference of 2 columns in a matrix and chance according to the slicer selections.

I have read some other topics, however it seems very specific for every case and I can't find a solution for mine.

 

My report page:

voorbeeld difference table.PNG

 

The data which forms the numbers looks as follows:

Customerproduct groupproductdateValue
10023101015406.7.201819,5
100231010154015.7.201858,5
10023101025606.7.201819,5

 

Now I would like to add 2 columns that calculate the difference of the numbers in the table.

As follows:

20172018DifferenceIndex
10836797,2412500320,781663523,54115,4
779662,79789100,609437,81101,2
994985,291058116,8863131,59106,3
278138,70325577,8747439,17117,1
6531291,036597573,4266282,39101,0

 

Difference = 2018 - 2017

Index = 2018 / 2017

 

If any questions please ask.

Hope someone can help me out.

 

Kind regards,

Guido

1 ACCEPTED SOLUTION
sokg
Solution Supplier
Solution Supplier

I saw you have a calendar table

 

Create these measures:

 

SumofValue = Sum(Table[Value])

SumOfValuePrevYear = Calculate([SumofValue];SAMEPERIODLASTYEAR(Calendar[date])

Difference = [SumofValue] - [SumOfValuePrevYear]

2018/2017 = [SumofValue] / [SumOfValuePrevYear]

 

Hope this help.

View solution in original post

5 REPLIES 5
sokg
Solution Supplier
Solution Supplier

I saw you have a calendar table

 

Create these measures:

 

SumofValue = Sum(Table[Value])

SumOfValuePrevYear = Calculate([SumofValue];SAMEPERIODLASTYEAR(Calendar[date])

Difference = [SumofValue] - [SumOfValuePrevYear]

2018/2017 = [SumofValue] / [SumOfValuePrevYear]

 

Hope this help.

Anonymous
Not applicable

Hi @sokg

 

Thank you very much for your reply

 

It works, however I get the difference 2 times:

 

index en difference voorbeeld.PNG

 

Do you have an idea how to fix this?

 

Kind regards,

Guido

sokg
Solution Supplier
Solution Supplier

Try select one year only (i.e. 2018)

 

Anonymous
Not applicable

Hi @sokg

 

Found a solution. Made 2 seperate measures in stead of using "Year" in Kalender table

 

Thanks again for your help!

 

 

Anonymous
Not applicable

Hi @sokg

 

That would be an option, however the desired format would be:

20172018DifferenceIndex
10836797,2412500320,781663523,54115,4
779662,79789100,609437,81101,2
994985,291058116,8863131,59106,3
278138,70325577,8747439,17117,1
6531291,036597573,4266282,39

101,0

 

Any idea how we could create this?

 

Regards

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.