EXPRESSION ERROR IN POWER QUERY

GAURAV SEMWAL

New Member
Joined
Oct 19, 2022
Messages
30
Office Version
  1. 365
Platform
  1. Windows
1666184050251.png
1666184050251.png
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Your field is called DATE not Date. Power query's code is case-sensitive.
 
Upvote 0
HOW I can fix this error.
1666184177669.png

Your field is called DATE not Date. Power query's code is case-sensitive.
thank you sir for the reply
and i have already placed a name of cell "Date"
as shown in screenshot.
1666184941055.png
 
Upvote 0
I'm not talking about the name of the cell. In your first post, in the pictures the first column header is DATE not Date. Since you haven't given any indication what the query actually is, all we can do is guess at the possible cause from your pictures.
 
Upvote 0
sir this is vba code to fetch the data with the help power query after changing the date in yellow highlighted part is for Date selection.
1666185863809.png

in below image highlighted green colour is a original link.
 

Attachments

  • 1666186035870.png
    1666186035870.png
    35.3 KB · Views: 2
Upvote 0
Your named range does not have a header, so you should use GetDate{0}[Column1]
 
Upvote 0
Solution

Forum statistics

Threads
1,223,602
Messages
6,173,294
Members
452,509
Latest member
CSHOCK

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