Forum Discussion
Anonymous
6 years agoNot applicable
Dynamic measures using parameters?
I would like change my measures based on a parameter for example measure1 = DIVIDE(income;parameter) parameter would be the column i selected for example in a slicer or filter. So parame...
v-xuding-msft
6 years agoCommunity Support
Hi Anonymous ,
After creating parameters, a parameter table will be created. When you use it in the formulas, it can't be used directly in measures. You still need to use the function of SWITCH to change the value. So you don't have to create parameters. As amitchandak suggested, You could just create measures using SWITCH function to implement it.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.