Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All,
I'm trying to create a new column based on existing columns.
Column1 is having values like "a863597160"---data type text
Column2 ia having values like "14592"----datatype decimal number
When I'm trying to create a new column by concatenating the existing 2 columns I'm getting error like "Cannot convert value 'a863597160' of type Text to type True/False."
I have tried the same by changeing data type of column2 to Text still I'm getting sameerror.
Can anyone help me here to resolve this.
Thanks,
Anand
Solved! Go to Solution.
Hi @Anonymous ,
You could use the following dax :
Column = 'Table'[Column1]& "" &FORMAT([Column2], "General Number")
And you will get the below:
Wish it is helpful for you!
Best Regard
Lucien Wang
Hi @Anonymous ,
You could use the following dax :
Column = 'Table'[Column1]& "" &FORMAT([Column2], "General Number")
And you will get the below:
Wish it is helpful for you!
Best Regard
Lucien Wang
Hi @Anonymous
How do you want to concat them? Like this?
No, I'm concatenating them in formula bar not in transform data tab.
You mean DAX not M?
Yes in DAX not in M
But this helps thanks.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 50 | |
| 43 |