Forum Discussion
Calendar question
- 6 years ago
Hi gco ,
Here is the input form for the conditional column.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
- gco6 years agoResolver II
Hi Nathaniel,
yes, it will be for current month. So like 10/31 would be Y
Thank you
Glen
- Nathaniel_C6 years agoCommunity Champion
Hi gco
Doing this in Power Query is more efficient. Matches your post.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel= Table.AddColumn(#"Changed Type1", "CurrentDate", each if Date.Month([#"Dates IsCurrentorPastMonth?.1"]) <= Date.Month(DateTime.LocalNow()) then "Y" else "N")
- Nathaniel_C6 years agoCommunity Champion
Just tried it with 10/31 and it works. Good point.
- Nathaniel_C6 years agoCommunity Champion
Hi gco ,
Here is the input form for the conditional column.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel