Hi,
I have created a below measures:
1. What if A = SWITCH(TRUE(),SELECTEDVALUE(LWI1_WhatIf[A])=0.001,SUM(AAA[$]),SUM(AAA[$])*SUM(LWI1_WhatIf[A])+SUM(AAA[$]))
2. What if B = SWITCH(TRUE(),SELECTEDVALUE(LWI1_WhatIf[B])=0.001,SUM(BBB[$]),SUM(BBB[$])*SUM(LWI1_WhatIf[B])+SUM(BBB[$]))
3. Expected = Divide(What if A,What if B)
The first and second DAX is working after remove interaction but the third DAX isn't responding to the output (i.e. value after select WhatIfA or WhatIf B.
Please help.

Report
All responses (
Answers (