Forum Discussion
AlessandroBet
Helper V
3 years agomultiplier
I need to moltiply the numbers inside a table selecting the multiplier from a "slicer" and also able to select the steps ex: 10.1, 10,2, 10,3 ...etc I have a table with the total revenue and i want...
- 3 years ago
Go to Modelling > New Parametr > Numeric Range and make sure to use "Add a slicer to this page". Your users can then use a slicer to select the percentage multiplier.
AlessandroBet
Helper V
3 years ago1. Ok
2. I would like to set the default value coming from other measure calculated
stefani_vileva
Resolver II
3 years agoIn the measure of the paramter table you have the following formula
Parameter Value = SELECTEDVALUE('Parameter'[Parameter], Insert_your_measure).
If you want a default value, you can put it as second argument of the function selected value.