Forum Discussion

breeze87's avatar
breeze87
Frequent Visitor
3 years ago
Solved

Indices calculation with dynamic variable

Hi all!   I have this calculated column to see the price indices based on a fixed year (2018) and I'd like to be able to change that variable based on a manual input or a list of values.   I trie...
  • breeze87's avatar
    breeze87
    3 years ago

    Hey Anonymous,

     

    One solution I will try is to have multiple columns calculated based on the years range and use a DAX measure to select the appropriate column to display based on the year selected but it will need to be unlinked from everything else.

    VAR Yearbase = 2018

    My intention, originally, was to have this number to be variable and not fixed.

     

    Thanks for the feedback, I will leave the topic open for a couple of weeks and then accept your solution if nothing better shows up!