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,
I'm looking to implement a slicer that increases the values of my data in a chart. For example, a row with a value of 1000 would be increased to 1500 upon selection of the value 500 in a slicer, 1000 would increase the value to 2000, etc. How would I go about doing this? It would be even better if there was a way to manually input a number to increase the values by but it's my understanding that this isn't possible.
Thanks.
Solved! Go to Solution.
@StevenF19 Please follow below steps
1) Create a parameter
2) Create following measure
Calculated = SUM(Sheet1[Sales])+SUM('Enter Value'[Enter Value])
3)Use that measure in your report
PFA PBIX
@StevenF19 Please follow below steps
1) Create a parameter
2) Create following measure
Calculated = SUM(Sheet1[Sales])+SUM('Enter Value'[Enter Value])
3)Use that measure in your report
PFA PBIX
Thanks for your help. I used SumX with the parameter to achieve the desired result.
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 |
---|---|
79 | |
73 | |
58 | |
36 | |
32 |
User | Count |
---|---|
90 | |
62 | |
61 | |
49 | |
45 |