Forum Discussion

adciudad's avatar
adciudad
Icon for Helper II rankHelper II
7 years ago
Solved

combine columns in direct mode

is it possible to combine columns in direct mode?   I need a relationship between two tables, but this relationship is composed of 3 fields
  • v-yulgu-msft's avatar
    7 years ago

    Hi adciudad,

     

    In DirectQuery mode, combining columns is not supported. As a workaround, you can achieve this by creating a calculated column with DAX function: CONCATENATE

     

    Best regards,

    Yuliana Gu