Forum Discussion
Conditional If and Logical AND
- 9 years ago
Hi sahameeda90,
All functions in Power Query, whether text, logic or anything else, are case sensitive. You should use if...then...else instead. Here a good article about if function in Power Query for your reference.
In addition, your current formula with IF and logical AND statement should work when you use it to add a calculate column under Modeling tab in Power BI Desktop. :smileyhappy:
Regards
Hi sahameeda90,
All functions in Power Query, whether text, logic or anything else, are case sensitive. You should use if...then...else instead. Here a good article about if function in Power Query for your reference.
In addition, your current formula with IF and logical AND statement should work when you use it to add a calculate column under Modeling tab in Power BI Desktop. :smileyhappy:
Regards
THank you v-ljerr-msft. They work with lower case and a little change with syntax. I appreciate your help.