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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Foguete
Helper I
Helper I

Query crashes when changing for an older date

Hi ! 

 

I have a problem. 

I am conected by OBDC with a query that seems to work properly as it returns datas. 

However, when I change the date for an older one in my query, Power Query returns the follow message:

Foguete_0-1668004498644.png

 

- Query when the date allows a return:

Foguete_2-1668004592616.png

 

- Query when I change the date for an older one, returning above error:

Foguete_3-1668004640605.png

 

 

Any idea what could produce this type of error, because I am very lost to be fair.

 

Kind regards

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

Hi @Foguete ,

From the error message it seems that this is a data type conversion error. I found three similar threads, please see if they help:

1. Check the field data type first and query within the desired data type:

sql server - Data conversion or data mapping error in SQL

2. join between mismatching data types:

php - Why am I getting "Data conversion or data mapping error. SQLCODE=-802" on a simple DB2 select ...

3. sql - SQL0802 - Data Conversion or Data Mapping Error

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

View solution in original post

2 REPLIES 2
v-cgao-msft
Community Support
Community Support

Hi @Foguete ,

From the error message it seems that this is a data type conversion error. I found three similar threads, please see if they help:

1. Check the field data type first and query within the desired data type:

sql server - Data conversion or data mapping error in SQL

2. join between mismatching data types:

php - Why am I getting "Data conversion or data mapping error. SQLCODE=-802" on a simple DB2 select ...

3. sql - SQL0802 - Data Conversion or Data Mapping Error

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

Thank you !

 

Indeed, the problem was coming from the only division in the SQL Query.

 

So to solve I added :

WHERE   the_Dividing_Column <> 0 

 

 

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

Top Solution Authors
Top Kudoed Authors