Forum Discussion
Anonymous
8 years agoNot applicable
Nested IF with AND and OR
I'm pretty new to PowerBI and I've hit a bit of a stumbling block when it comes to nested if's with AND and OR's. I've had a good look at previous posts and I'm even more confused as I've seen comme...
MFelix
8 years agoSuper User
Hi Anonymous,
You should take a look at the SWITCH statment (link) to do your IF instead of doing nested IF.
Regarding the AND you should use && for the OR you should use the || as divider.
Regards,
MFelix
Anonymous
8 years agoNot applicable
Many thanks both for you prompt responses!