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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Syndicate_Admin
Administrator
Administrator

Unable to upload new columns to Dataverse table using DataFlow

Thank you for taking the time to read my question.

 

I'm using an existing Dataflow that loads an Excel sheet into a Dataverse Table. It works great. I have added two new columns to my Excel sheet (Latitude and Longitude) and have updated my Flow, however it fails to run.

 

Is the data type in my Power Query correct? Anything else I should be changing?

 

Thanks!

RefreshErrorLatLong.png

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Syndicate_Admin ,

 

According to the screenshots you provided,I think  your Number type column must have a value "CAY1A"

Eyelyn9_1-1640223528094.png

 

 

As I tested below:

Eyelyn9_0-1640223482971.png

 

You could remove error rows, or use try ...catch... to fix the error:

Eyelyn9_2-1640223840209.png

 

 

For more details about error handling, please refer to:

M Language Error Handling - PowerQuery M | Microsoft Docs

IFERROR in Power Query Using TRY OTHERWISE

 

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Syndicate_Admin ,

 

Thanks for your feedback😀

Could you please kindly Accept it as the solution to make the thread closed? More people will benefit from it.

 

Best Regards,
Eyelyn Qin

Anonymous
Not applicable

Hi @Syndicate_Admin ,

 

According to the screenshots you provided,I think  your Number type column must have a value "CAY1A"

Eyelyn9_1-1640223528094.png

 

 

As I tested below:

Eyelyn9_0-1640223482971.png

 

You could remove error rows, or use try ...catch... to fix the error:

Eyelyn9_2-1640223840209.png

 

 

For more details about error handling, please refer to:

M Language Error Handling - PowerQuery M | Microsoft Docs

IFERROR in Power Query Using TRY OTHERWISE

 

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @Syndicate_Admin 

 

Thank you so much for your reply. You are Right!!!

 

The person that made the Excel file I'm trying to upload swapped the column headers... and I didn't realize. 

 

Thank you so so much.

 

happy holidays

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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

Top Solution Authors