Forum Discussion
Measure Formula changes depending on Slicer option
- Anonymous5 years ago
Create a new table that will store margin values for each agent.
Check and de-activate the relation between Agents and margin.
Create new measureNew Margin % = (AVERAGE(margin[margin]))/100 * [Margin Measure]Now if you don't select any agent then it will select average margin.
Now create a new slicer from Agent from the margin table.
Output for John :
Output for Tom :
Thank you.Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please provide what is your expected output? what output your are expecting from new measure ?
My expected outcome is a single measure with a formula that changes depending on who is selected on the slicer
Currently there is two measures:
John Margin % = (1/100) * [Margin Measure]
Tom Margin % = (3/100) * [Margin Measure]
And I want them to be consolidated into one measure