Forum Discussion
Syndicate_Admin
3 years agoAdministrator
User cannot display IF function Then Else
Hello I have tried everything, update the power bi, change the locale, the language, the time and even so in the functions of the Dax in custom column these functions still do not appear, I apprecia...
- 3 years ago
Syndicate_Admin , In a dax column if should work like
new column = if([col A] =3, "A", "B")
If then else works in power query
The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.
amitchandak
3 years agoSuper User
Syndicate_Admin , In a dax column if should work like
new column = if([col A] =3, "A", "B")
If then else works in power query
The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.