Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
StevenF19
Frequent Visitor

Using a Slicer to Increase Values of Data by Increments

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.

1 ACCEPTED SOLUTION
itsmebvk
Continued Contributor
Continued Contributor

@StevenF19 Please follow below steps

 

1) Create a parameter

 

Capture1.PNG

 

 

 

2) Create following measure 

 

Calculated = SUM(Sheet1[Sales])+SUM('Enter Value'[Enter Value])

3)Use that measure in your report

 

PFA PBIX 

 

 

View solution in original post

2 REPLIES 2
itsmebvk
Continued Contributor
Continued Contributor

@StevenF19 Please follow below steps

 

1) Create a parameter

 

Capture1.PNG

 

 

 

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.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors