Forum Discussion
Anonymous
4 years agoNot applicable
Add Current Month to day
Hello everyone, I have been trying to add the current month to this day, so It will show up correctly in my charts, so I can filter by date , but for some reason instead of adding 02 February, it re...
- Anonymous4 years ago
Column = DATE( YEAR(TODAY()), MONTH(TODAY()),'Table 5'[Day])
Anonymous
4 years agoNot applicable
Thank you Anonymous , looks like something's not looking right, still
I'm an idiot , please advise
Anonymous
4 years agoNot applicable
Column = DATE( YEAR(TODAY()), MONTH(TODAY()),'Table 5'[Day])- Anonymous4 years agoNot applicable
Many thanks Anonymous
You saved me