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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
v-eqin-msft
Community Support
Community Support

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
v-eqin-msft
Community Support
Community Support

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

v-eqin-msft
Community Support
Community Support

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
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors