Power Query Unexpected Error Popup Message

wsnyder

Board Regular
Joined
Sep 23, 2018
Messages
223
Office Version
  1. 365
Platform
  1. Windows
Hi,

Using Power Query in Excel
I keep getting "Unexpected Error" popup message when I move the cursor toward the front of the formula between = and Date.
Why is that? There is no error with the formula.

Thanks,
-w








PQError.png
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
You need to define the format as a record.
[Format="yyyyMMdd"] might work, but without excel, so not 100% sure.
Inside the format you may need to use a culture definition. I guess it is using the current one per default.
 
Upvote 0
Thanks GraH,

Seems better after I saved, closed and re-opened a few days later.
I can now edit the formula without the Unexpected Error message:

I ended up with =Number.FromText(Date.ToText([Column1], "yyyyMMdd"))

Thanks,
-w
 
Upvote 0
Solution
Aha, that's good to know. A bit strange it 's not like documented in the help.
 
Upvote 0
I had the exact same issue whenever I reopened a step using the Gear icon. The only way I was able to stop the error from popping up was to click into the Formula area. Luckily, it seems to have gone away now.
 
Upvote 0

Forum statistics

Threads
1,215,048
Messages
6,122,862
Members
449,097
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top