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
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- gco6 years agoResolver II
- gco6 years agoResolver II
hey Nathaniel_C ,
That is pretty quick. I am pretty noob. can you please tell me how to do this? i am used to right-clicking an existing table and then entering the DAX.