Forum Discussion
Anonymous
4 years agoNot applicable
Text Box That Interacts with dataset
Hello, I believe i know the answer to this already, but has anyone successfully used a variable text box so that a user can input a multiplier and have the data below interact with the user input...
V-lianl-msft
4 years agoCommunity Support
Refer to what amitchandak said, and then create a measure:
Measure = AVERAGE('Table'[AVG])*Parameter[Parameter Value]