Forum Discussion
AtchayaP
4 years agoHelper V
Power query
even if I type IF it is not showing in drop down?.
I have tried with conditional column but I couldn't see skill count column name? Why it is? Vijay_A_Verma
Hi AtchayaP ,
The syntax for if clauses in Power Querys M looks like this :
if [Skill Count] < 500 then "Yes" else "no"
Note, M is case sensitive.Let me know if this one helped 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
2 Replies
- tackytechtomMost Valuable Professional
Hi AtchayaP ,
The syntax for if clauses in Power Querys M looks like this :
if [Skill Count] < 500 then "Yes" else "no"
Note, M is case sensitive.Let me know if this one helped 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/- AtchayaPHelper V
Thank you so much .I am new to powerbi.