Forum Discussion
Anonymous
4 years agoNot applicable
Need Help on Multiple Logic
I am trying to replicate this to PowerBI
using this
But it doesn't work.
I also tried using switch.
- Anonymous4 years ago
Hi Anonymous ,
Try this:
IF([via] in values("aaa","bbb","ccc") && [sta] in values("aaa","bbb","ccc"),"sc","dc")Best Regards,
Jay
2 Replies
- vanessafvgCommunity Champion
please provide the code in text and not in an image.
- AnonymousNot applicable
Hi Anonymous ,
Try this:
IF([via] in values("aaa","bbb","ccc") && [sta] in values("aaa","bbb","ccc"),"sc","dc")Best Regards,
Jay