Forum Discussion

kalkhudary's avatar
kalkhudary
Helper IV
3 years ago

Overall % Change to a selected Date

 

Hello, 

 

I am looking to get the % change to a selected date in a line chart. I am have wrote this dax function but it is not retreiving anything.Not sure what I went wrong here to get the difference between the selected location price index to subtract it from the original min price index on that visual. Then probably divide that by the miniumn price index as well to get the %.

 

Overall % Change to a selected Date =

 

Calculate (AVERAGE(Dim_New_Home_Price_Index[Price Index Value],selectedvalue(Calendar[Date])) - Calculate (average (Dim_New_Home_Price_Index[Price Index Value ]), min(Calendar[Date]))))

5 Replies

    • kalkhudary's avatar
      kalkhudary
      Helper IV

      Hello Bendlin, 

      Here is a sample of the data. 

      DateProvinceCityNew Housing & Residential TypePrice Index Value 
      2017-01AlbertaEdmontonHouse only100
      2017-01AlbertaEdmontonLand only100
      2017-01AlbertaEdmontonCondo Only100.2
      2017-04AlbertaEdmontonHouse only100.2
      2017-04AlbertaEdmontonLand only99.4
      2017-04AlbertaEdmontonCondo Only100.4
      2017-07AlbertaEdmontonHouse only99.8
      2017-07AlbertaEdmontonLand only99.9
      2017-07AlbertaEdmontonCondo Only100.1
      2017-10AlbertaEdmontonHouse only99.7
      2017-10AlbertaEdmontonLand only100
      2017-10AlbertaEdmontonCondo Only99.3
      2018-01AlbertaEdmontonHouse only99.7
      2018-01AlbertaEdmontonLand only100.1
      2018-01AlbertaEdmontonCondo Only98.6
      2018-04AlbertaEdmontonHouse only99.3
      2018-04AlbertaEdmontonLand only100.2
      2018-04AlbertaEdmontonCondo Only97.9
      2018-07AlbertaEdmontonHouse only99.5
      2018-07AlbertaEdmontonLand only100.5
      2018-07AlbertaEdmontonCondo Only97.6
      2018-10AlbertaEdmontonHouse only99
      2018-10AlbertaEdmontonLand only100.5
      2018-10AlbertaEdmontonCondo Only94.7

       

       

      When I click on one part of the line, it will show me in the card above, the %change from 2017 to the date clicked on in the visual.

       

      Hope I was able to explain it well. Would really appreciate your help on this.