Forum Discussion

PabloGiraldo's avatar
PabloGiraldo
Icon for Helper IV rankHelper IV
5 years ago
Solved

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 ...
  • v-janeyg-msft's avatar
    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 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.