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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not 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 found some dataflows would crash even though the Power BI desktop dataset wouldn't. The most common error we have is: "Error: We couldn't convert to Number..."

- Is there any difference between the power BI desktop query transformation and Dataflow query transformation?

- The failed refresh attemp .csv only shows what table within the whole dataflow has the error. Is there any way we can check what specific column is having the error?

 

Thank you for your help

David. 

 

1 ACCEPTED SOLUTION
az38
Community Champion
Community Champion

@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


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

View solution in original post

1 REPLY 1
az38
Community Champion
Community Champion

@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


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Solution Authors