This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi everbody,
Im in the dataflow stage and after doing my data transformation and assign each collumn to my data warehouse im getting this message error:
"Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: DataSource.Error: Microsoft SQL: Arithmetic overflow error converting expression to data type int. Statement ID: {8729CA0A-7822-45E2-A9DE-F1BFA8CA7F32} | Query hash: 0x6C55E09B9813014B | Distributed request ID: {41EEC309-8EAB-4EBC-8F66-15A6AF437259} Details: Reason = DataSource.Error;DataSourceKind = Warehouse;DataSourcePath = Warehouse;Message = Arithmetic overflow error converting expression to data type int. Statement ID: {8729CA0A-7822-45E2-A9DE-F1BFA8CA7F32} | Query hash: 0x6C55E09B9813014B | Distributed request ID: {41EEC309-8EAB-4EBC-8F66-15A6AF437259};ErrorCode = -2146232060;Number = 8115;Class = 16;State = 2;Microsoft.Data.Mashup.Error.Context = Use"
Can someone help me understand what im doing wrong?
Solved! Go to Solution.
Hello @fbrodrigues95
Thanks for using the Fabric community.
The error means that the one of the column which is defined as int and having an value which it cannot hold .
May be the column is defined as int but the value which you are passing in non-int .
Thanks
HImanshu
Hello @fbrodrigues95
Thanks for using the Fabric community.
The error means that the one of the column which is defined as int and having an value which it cannot hold .
May be the column is defined as int but the value which you are passing in non-int .
Thanks
HImanshu
Glad that your query got resolved.
Please continue using Fabric Community for any help regarding your queries.
Thanks.
Check out the April 2026 Fabric update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.