Forum Discussion

Vijay_patel's avatar
Vijay_patel
New Member
3 years ago

Add multiple calculated column into one column

  • Please can someone help me to figure out ,How to Add multiple calculated column into one column.

I have data in three different columns and I'm trying to get these data in one column.

2 Replies

  • PorterSmash's avatar
    PorterSmash
    Regular Visitor

    CONCATENATE('Table'[Column1], 'Table'[Column2], 'Table[Column3])
    Pretty sure that's what you need. Please add more detail to your question if otherwise.

    • Vijay_patel's avatar
      Vijay_patel
      New Member

      Hi There,

      thanks for looking into this, have used var to get data from three columns in to one colum.