TheWennerWoman
Active Member
- Joined
- Aug 1, 2019
- Messages
- 301
- Office Version
- 365
- Platform
- Windows
Hello,
I am new to PowerQuery but learning fast
I have created two parameters (connection only) for my period_from and period_to - these will be dates.
I have fetched data from SQL and filtered the date to only return one day - I was hoping to then go into the M code and substitute the value in there with one of mine (well that's how they show you to do it on YouTube).....but in the M code I see this:
What do I need to do next?
Thank you in advance.
I am new to PowerQuery but learning fast
I have created two parameters (connection only) for my period_from and period_to - these will be dates.
I have fetched data from SQL and filtered the date to only return one day - I was hoping to then go into the M code and substitute the value in there with one of mine (well that's how they show you to do it on YouTube).....but in the M code I see this:
Code:
= Table.SelectRows(Source, each ([posteddate] = #datetime(2021, 4, 7, 0, 0, 0)))
What do I need to do next?
Thank you in advance.