Forum Discussion
Anonymous
6 years agoNot applicable
Dynamic column based on a numeric slicer
I have numeric Slicer where a number is entered by the dashboard user. This number represents a percentage. There is an amount value in the dataset. I want to create a new column by multiply each ...
- 6 years ago
Anonymous , try what if parameter
https://docs.microsoft.com/en-us/power-bi/desktop-what-if
Measure = calculate(sum(Table[value])*[whatifmeasure])/100
amitchandak
Super User
6 years agoAnonymous , try what if parameter
https://docs.microsoft.com/en-us/power-bi/desktop-what-if
Measure = calculate(sum(Table[value])*[whatifmeasure])/100