Forum Discussion
Syndicate_Admin
Administrator
2 years agoHelp to perform date filtering from 20 to 21
Hello hello, I wanted to ask for a little guidance to be able to make a filter that can give me the corresponding year but mainly that the month starts from the 20th of the previous month to the 21st...
- 2 years ago
This one worked for me;
Reporting Month = if(Dates[Day of Month] < 21, Dates[Month & Year], FORMAT(DATEADD(Dates[Date], 1, MONTH), "MMM YYYY"))
newellaa
2 years agoFrequent Visitor
This one worked for me;
Reporting Month = if(Dates[Day of Month] < 21, Dates[Month & Year], FORMAT(DATEADD(Dates[Date], 1, MONTH), "MMM YYYY"))