Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello.
Before I forget, thank you!
Question for the knowledge base.
Is there a way to modify a calculated column from input in a visualization:
This is a "rough" description of what I am trying to achieve
Edit:
Further to my question.
"Calculated columns are calculated at load and not affected by slicers and report interactions. You need a measure"
So I would need a measure such as:
Volume (new) at selected customer and selected location = volume x selected %Change
Hi @jfranco
Actually that there is a alternative workaround for your initial problem:
First of all, create a measure to store the value of increase or descrease:
For example, -50%:
INC/DES = -0.5
Then add a calculated column:
Column = 'Table'[Volume]*(1+[INC/DES])
The result is as follow:
You can modify the measure to change the value of the DES or INC.
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I appreciate your reply. That is what I previously had in my model.
A table that created the 'step change'
[ Step_Change = GENERATESERIES(-.20, .20, 0.005) ]
then a slider based on a measure
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
65 | |
63 | |
52 | |
37 | |
36 |
User | Count |
---|---|
79 | |
67 | |
60 | |
45 | |
45 |