Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
Can anyone please help me with the correct syntax of my attempt below please?
Solved! Go to Solution.
Hi @KC_1987
Try Switch.
C_Depth =
SWITCH(
TRUE(),
TV[TUV] = "New", "TUV",
TV[SBV] = "New", "SBV",
TV[EWR] = "New", "EWR",
TV[LC] = "New", "LC"
)
Regards,
Mariusz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @KC_1987
Try Switch.
C_Depth =
SWITCH(
TRUE(),
TV[TUV] = "New", "TUV",
TV[SBV] = "New", "SBV",
TV[EWR] = "New", "EWR",
TV[LC] = "New", "LC"
)
Regards,
Mariusz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
| User | Count |
|---|---|
| 57 | |
| 43 | |
| 32 | |
| 16 | |
| 13 |
| User | Count |
|---|---|
| 84 | |
| 70 | |
| 38 | |
| 27 | |
| 24 |