Forum Discussion

Pikachu-Power's avatar
Pikachu-Power
Impactful Individual
3 years ago
Solved

DAX for checking the combinations

Hello all,   i have following situation:     I could solve this in SQL with cross apply and for XML path command but looking for a way to do this now in DAX. I think "Distinct Client" and ...
  • amitchandak's avatar
    3 years ago

    Pikachu-Power , Create a measure

     

    concatenatex(distinct(Table[Contract]), [Contract],"+" )