Forum Discussion
Anonymous
6 years agoNot applicable
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...
- 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
az38
Community Champion
6 years agoAnonymous
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