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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Quiny_Harl
Resolver I
Resolver I

"Conversion failed when converting the varchar value to data type int" error when add custom column

Hello folks,

 

I need to create a composite key column by combining several columns:

Quiny_Harl_1-1635851280712.png

 

However, I get the following error message: 

"DataSource.Error: Microsoft SQL: Conversion failed when converting the varchar value '|' to data type int."

I suppose the reason for this is because some of the columns are of a type int and some are of a type text and those that are of type int need to be converted to text. However, for the purpose of query folding, I'm not allowed to change the column type (or at least this is what the documentation says). Is there any workaround for this?

1 ACCEPTED SOLUTION
mahoneypat
Employee
Employee

You can wrap the non-text columns with Text.From in your expression.  If that won't fold, you could always make your column with a DAX expression after the table is loaded.

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

1 REPLY 1
mahoneypat
Employee
Employee

You can wrap the non-text columns with Text.From in your expression.  If that won't fold, you could always make your column with a DAX expression after the table is loaded.

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors