Forum Discussion
Multiply table values as sliders change
I was wondering if there is a way i can add a factor that as the slider values update, the "Vendor #1-#3" values will be multiplied by that factor times the new slider value. Second screenshot shows how i have it set up in excel. I have a formula in circled cell that says = 12 * 0.833 = 10
Or two highlighted cells mutiplied = to red circled cell
Thanks in advance!
Hi, PabloGiraldo
It’s my pleasure to answer for you.
According to your description,I think you can 'new parameter'function to create a dynamic value as slicer,then create a measure to calculate the desired result.
Like this:
vendor#1 = MAX('Table'[max point])*[Parameter Value]Here is my sample .pbix file.Hope it helps.
Reference:Use what-if parameters to visualize variables - Power BI | Microsoft DocsIf it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- v-janeyg-msft
Community Support
Hi, PabloGiraldo
It’s my pleasure to answer for you.
According to your description,I think you can 'new parameter'function to create a dynamic value as slicer,then create a measure to calculate the desired result.
Like this:
vendor#1 = MAX('Table'[max point])*[Parameter Value]Here is my sample .pbix file.Hope it helps.
Reference:Use what-if parameters to visualize variables - Power BI | Microsoft DocsIf it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.