Forum Discussion

fbrodrigues95's avatar
fbrodrigues95
Frequent Visitor
2 years ago
Solved

Arithmetic overflow error converting expression to data type int

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 a...
  • HimanshuS-msft's avatar
    2 years ago

    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