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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Anonymous
Not applicable

"MS SQL: Conversion failed when converting the varchar value ... to data type int." It's not an int!

mohassan99_0-1653253989547.png

How do I find the cause of the second part of this error? 

How do I find out where it is trying to convert this to an int and stop it from doing so?

This column is not an int in PBI. If it's a SQL Server problem, why is the view created without any errors in SQL Server?

Why is this particular value in a varchar column being converted to an int?

The view is a union query. The value of concern is in the 'measure' column. That column is varchar is all the tables in the unions. In PBI desktop's data view the column is 'text'. 

 

 

 

mohassan99_0-1653270498185.png

 

mohassan99_1-1653270555294.png

 

2 REPLIES 2
Anonymous
Not applicable

@Anonymous in order to further debug this, I would recommend opening up Power Query ("Transform Data"), navigating to the table/query in question, and walking back through each step to verify where the error occurred.

Verify what the data type of 'Comprehensive Diabetes Care - HbA1c Poor Control (>9.0%)' is, and whether the query is attempting to perform any conversions or transformations on this column, since that appears to be what is triggering this error.

Anonymous
Not applicable

Is this what you mean?

mohassan99_0-1653270353592.png

 

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors