Forum Discussion
annjoseph
6 years agoRegular Visitor
What if parameter
I have sales table with Product Group name,Product Sub group name,Volume, Price. I created a Matrix with Product Group name and Product Sub group in rows and volume and price in Values.Then i have c...
- 6 years ago
Hi annjoseph ,
If the ratio of changes between products is fixed, then amitchandak solution is indeed effective.
Otherwise you may need to create multiple ‘What if’ parameters.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- 6 years ago
Hi annjoseph ,
Measure = SWITCH( SELECTEDVALUE(Sales[CountryRegion]), "China", SUM(Sales[Sale 2013]) * [Parameter1 Value], "Germany", SUM(Sales[Sale 2013])*[Parameter2 Value], "United", SUM(Sales[Sale 2013])*[Parameter3 Value] )You need to create multiple 'What-IF' parameters, otherwise, you need use bookmark feature.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
6 years agoNot applicable
HI annjoseph
Create new paramertes to get what if % increase and use it in a measure to and display it.
Checkl the below link.
https://www.youtube.com/watch?v=iiNDq2VrZPY