Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Dataflow issue - "We couldn't convert to number"

Hi everyone   Myself and my team are moving all the queries from the Power BI desktop to dataflows. We are doing this by copying the M-Code on the desktop and pasting to the dataflows. We have fou...
  • az38's avatar
    6 years ago

    Anonymous 

    it could be a localization issue. I often met the same in Desktop - solution is to replace delimiter, for example, comma "," to "." or vice versa before convertation to number data type

    Desktop is using your local machine regional settings, dataflow -  server side's settings