Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hello Together,
is it possible to create a text input box that actively changes a parameter?
For understanding:
I have a table with values and this should be able to be changed actively by the report user. E.g. as discount input
Total price - Discount
Is it possible to do this with a new column or a SQL query? The total prices are fixed in a SQL Database database. The discount field should be calculated after the user input and output.
Thanks for your help
Solved! Go to Solution.
Hi, @andmo ,
all right then, your Discount should be calculated as Measure.
Like this:
Discount = [Total Sum] * DIVIDE(SELECTEDVALUE(Parameter[Parameter]), 100)Please note that the selectedvalue except a column from your parameter table and it can have different name.
I will try to describe it better.
So i have a Table with Customer, Type, Total Preis and a Paramter Discount. When the user changes the parameter, the values in the table should also change.
The Discount column is calculated by Total*Paramter/100
Hi, @andmo ,
all right then, your Discount should be calculated as Measure.
Like this:
Discount = [Total Sum] * DIVIDE(SELECTEDVALUE(Parameter[Parameter]), 100)Please note that the selectedvalue except a column from your parameter table and it can have different name.
Hello,
I am not exactly sure what you mean. But you can have parameters bind with predefined text options, so whenever the user selects in the report the option will then proceed in the actual SQL Query.
Here's nice tutorial how it works:
https://www.youtube.com/watch?v=L-wqwzj0-Xo&t=270s
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 11 | |
| 11 | |
| 8 | |
| 6 |