Forum Discussion
Anonymous
6 years agoNot applicable
function if and language M
Hello, does it exist in Language M: the if + and ? thanks
- 6 years ago
Hi Anonymous ,
If +else if + then should be the same as if and. You can create a Conditional column in power query by adding multi rules to check the M code.
Anonymous
6 years agoNot applicable
Yes they both exist.
If
https://docs.microsoft.com/en-us/dax/if-function-dax
And (which you could use a & or && for depending on situation)
- Nathaniel_C6 years agoCommunity Champion
Anonymous ,
I believe he was asking after the M language, not DAX.
Nathaniel