Forum Discussion
Vijay_patel
3 years agoNew Member
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.
PorterSmash
3 years agoRegular 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_patel3 years agoNew Member
Hi There,
thanks for looking into this, have used var to get data from three columns in to one colum.