Forum Discussion
Multiply table values as sliders change
- 5 years ago
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.
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 Docs
If 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.