Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi everyone,
how can I convert 3 number columns in 3 string columns and then concatenate them together?
The function 'concatenate' only allows two columns, and the '&' operator does not work with numeric columns.
Thank you
Roberto
@Anonymous
Please try this. Will work even if you don't convert to text or else use format to convert int to text
Column = CONCATENATE('Table'[column1],CONCATENATE('Table'[column2],'Table'[column3]))
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!