Forum Discussion
Poshblaze
1 year agoRegular Visitor
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.
'Price Change 2'[Selected Price Change] Should be Price Change Value 2 in your function
2 Replies
- VijayPCommunity Champion
'Price Change 2'[Selected Price Change] Should be Price Change Value 2 in your function
- Ajithkumar_P_05Helper I
Ensure that you have made a unique selection, as the SELECTEDVALUE function requires a unique value to work properly.