Forum Discussion
Christianeb
4 years agoNew Member
DAX help
Hi everyone ! DAX is hard for me. I am hoping you guys could help me please ... Is this what i'm supposed to do? and this is what i've done, but it is obviously not righ...
- 4 years ago
Hi Christianeb on the last pic, 1 instead of "1"
And In powerquery do something along the lines of: = Table.AddColumn(#"previousstep", "Churned", each if [Churn label] = "Yes" then 1 else 0) oh this is a powerquery solution for a new collumn btw, there's probably some DAX magismo out there also
RayWu
4 years agoMemorable Member
Hi Christianeb on the last pic, 1 instead of "1"
And In powerquery do something along the lines of: = Table.AddColumn(#"previousstep", "Churned", each if [Churn label] = "Yes" then 1 else 0) oh this is a powerquery solution for a new collumn btw, there's probably some DAX magismo out there also
Christianeb
4 years agoNew Member
It works, Ty for help