Forum Discussion

Poshblaze's avatar
Poshblaze
Regular Visitor
1 year ago
Solved

single value slicer

Created this from using New parameter

Price Change 2 = GENERATESERIES(-50, 100, 1)
Price Change Value 2 = SELECTEDVALUE('Price Change 2'[Price Change])
 
Then used it in this calculation
Adjusted Price = [Dynamic price] * (1 + 'Price Change 2'[Selected Price Change] / 100)
 
However, when I move the slider, it does not affect the adjusted price column in a table visual.
  • Poshblaze 

     'Price Change 2'[Selected Price Change]   Should be Price Change Value 2 in your function

2 Replies

  • VijayP's avatar
    VijayP
    Community Champion

    Poshblaze 

     'Price Change 2'[Selected Price Change]   Should be Price Change Value 2 in your function

  • Ensure that you have made a unique selection, as the SELECTEDVALUE function requires a unique value to work properly.