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")
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
- Nathaniel_C6 years agoCommunity Champion
gco ,
You are welcome! MattAllington book Supercharge Power BI is a great place to start. And remember, I get paid by Kudos...the thumbs up.
Cheers,
- 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.