Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

Cannot convert value 'a863597160' of type Text to type True/False.

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

1 ACCEPTED SOLUTION
v-luwang-msft
Community Support
Community Support

Hi @Anonymous ,

You could use the following dax :

Column = 'Table'[Column1]& "" &FORMAT([Column2], "General Number")

And you will get the below:

v-luwang-msft_0-1614157653526.png

 

 

 

Wish  it is helpful for you!

 

Best Regard

Lucien Wang

 

View solution in original post

6 REPLIES 6
v-luwang-msft
Community Support
Community Support

Hi @Anonymous ,

You could use the following dax :

Column = 'Table'[Column1]& "" &FORMAT([Column2], "General Number")

And you will get the below:

v-luwang-msft_0-1614157653526.png

 

 

 

Wish  it is helpful for you!

 

Best Regard

Lucien Wang

 

Vera_33
Resident Rockstar
Resident Rockstar

Hi @Anonymous 

 

How do you want to concat them? Like this?

 

Vera_33_0-1614057063517.png

 

Anonymous
Not applicable

No, I'm concatenating them in formula bar not in transform data tab.

You mean DAX not M?

 

Vera_33_0-1614057950621.png

 

Anonymous
Not applicable

Yes in DAX not in M

Anonymous
Not applicable

But this helps thanks.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors