Forum Discussion

cocoloco79's avatar
cocoloco79
Icon for Helper III rankHelper III
5 years ago
Solved

How do I use the slicer function to subtract a value?

Hello   I need help subtracting a value form SUM of ordered Kg's using the slicer.  The idea is to adjust the Kg's that get harvested and compare the value with SUM of ordered Kg's. My datset is ...
  • v-janeyg-msft's avatar
    5 years ago

    Hi, cocoloco79 

     

    It’s my pleasure to answer for you.

    According to your description,I think you can create a custom parameter then create a measure to display the desired result.

    Like this:

    Measure = SUM(Query1[Ordered KG])-[Parameter Value]

    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.