Forum Discussion
How do I use the slicer function to subtract a value?
- 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.
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.
- cocoloco795 years ago
Helper III
Thank you very much!!!