This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello.
Looking for advice/help from the knowledge base. I am trying to create a measure that affects a column, based on user (slicer) input.
The columns are as follows:
I have set up "single" select slicers for Producer, Location & Product as well as a slicer for a step change (from -20% to 20%) using
Step_Change = GENERATESERIES(-.20, .20, 0.005)
My goal is to change the volume by the selected percentage of a specific selection of Producer/Location/Product.
But not affect all volumes just the ones that meet such criteria.
I have been using :
IF (selectedvalue(customer)= MAX(customer(from a column)) && selectedvalue(location)= MAX(location(from a column), MAX(volume(from a column))*(1+selectedvalue(%_Change)), MAX(volume(from a column))
But it either changes all the volumes or none (depending on the slicer connections/interactions).
The link to sample pbix, is Volume Change PBIX
Solved! Go to Solution.
Hi @jfranco ,
If you want to select the values from the slicers and having it working you need to do separate tables for each of the variables and then use those tables on the slicers and has filter on the metric, all your slicer need to filter the table:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @jfranco ,
If you want to select the values from the slicers and having it working you need to do separate tables for each of the variables and then use those tables on the slicers and has filter on the metric, all your slicer need to filter the table:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português@MFelix Thank you!
I have been battling this for over a week.
You sir, are a true scholar and a gentleman
Gracias
Roger
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 29 | |
| 25 | |
| 24 |