Forum Discussion
AC23VM
1 year agoHelper II
Z-Score calculation error in DAX?
VC_Yes_Flag =
IF(
'Outcomes Testing Data'[Vulnerable Customer] = "Vulnerable Customer",
1,
0
) Grading_Numerical_Column =
SWITCH(
TRUE(),
'Outcomes Testing Data'[Overall Journey Grading A-E] = ...
v-nmadadi-msft
1 year agoCommunity Support
Hi AC23VM ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
If we don’t hear back, we’ll go ahead and close this thread. For any further discussions or questions, please start a new thread in the Microsoft Fabric Community Forum we’ll be happy to assist.
Thank you for being part of the Microsoft Fabric Community.