Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
4 years ago
Solved

COINCIDIRX function

Good afternoon I would like to use the COINCIDIRX or COINCIDIRX function in powerbi, what would be the corresponding function? Greetings and thank you very much.
  • freginier's avatar
    freginier
    4 years ago

    I think I have understand what do you can use DAX IF statement like below to get the position of non zero value.  

    Column = IF(ColA<>0;1;IF(ColB<>0;2;0))