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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
etane
Resolver I
Resolver I

Help me interpret error message: We couldn't convert to Number. <ccon>1:47</ccon>

Hello.

 

My Dataflow wouldn't load this morning because one of my tables failed to refresh due to this message:

Error: DataFormat.Error: We couldn't convert to Number. <ccon>1:47</ccon>. RootActivityId = 4fdf0f6c-42c0-48a9-b9e0-35a09ac22eb6.Param1 = DataFormat.Error: We couldn't convert to Number. <ccon>1:47</ccon> Request ID: 0d57d5aa-6f62-b5f5-53e6-72ad4512718e.

 

When I open up the table, the table loads fine.  There's no error message or anything.  But, the Dataflow just wouldn't refresh.  

So, I am trying to isolate which Power Query step within the table is causing the error.  However, I can't find it based on the error message.  What does <ccon>1:47</ccon> mean?  In the past, I could locate where the error occurs for example:

We couldn't convert to Number. <ccon>>10</ccon> tells me the 10th step of format conversion is generating an error.  But, what/where is 1:47?  

Thanks.

 

 

1 ACCEPTED SOLUTION
BA_Pete
Super User
Super User

Hi @etane ,

 

If the query loads ok but you get an error on refresh, it usually means you have a single cell that is resolving to an error. From the error provided, I would guess that you ingest manually-entered data (Excel file etc.) and, during your transformations, you change the data type of one of your columns to Number type.

If that sounds correct, then select any columns that you change to number type, go to the Home tab > Keep Rows (dropdown) > Keep Errors.

BA_Pete_0-1711127487898.png

 

Hopefully, one of these columns will show a row with an error value in it - this will be the cell that someone has entered 1:47 into (probably instead of 1.47).

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




View solution in original post

3 REPLIES 3
BA_Pete
Super User
Super User

Hi @etane ,

 

If the query loads ok but you get an error on refresh, it usually means you have a single cell that is resolving to an error. From the error provided, I would guess that you ingest manually-entered data (Excel file etc.) and, during your transformations, you change the data type of one of your columns to Number type.

If that sounds correct, then select any columns that you change to number type, go to the Home tab > Keep Rows (dropdown) > Keep Errors.

BA_Pete_0-1711127487898.png

 

Hopefully, one of these columns will show a row with an error value in it - this will be the cell that someone has entered 1:47 into (probably instead of 1.47).

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




@BA_Pete   Thanks!  Now I know how to isolate an error using keep errors.  Error was caused by a calculated field in SFDC.  Now I can throw it at the SFDC admin.

 

No problem, happy to help.
Don't forget to give a thumbs-up on any posts that have helped you ‌‌👍

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors