Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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!
Solved! Go to Solution.
Hi @Syndicate_Admin ,
According to the screenshots you provided,I think your Number type column must have a value "CAY1A"
As I tested below:
You could remove error rows, or use try ...catch... to fix the error:
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 ,
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
Hi @Syndicate_Admin ,
According to the screenshots you provided,I think your Number type column must have a value "CAY1A"
As I tested below:
You could remove error rows, or use try ...catch... to fix the error:
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.
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