I have a table of reporting months where i need to create a column 'IsCurrentMonth' that returns true for the current reporting month and false for every other month. The reporting period rolls over on the 7th working day of each month to begin reporting on the month before (e.g. on working day 7 of Feb24, Jan24 become reporting period). I have the majority of the dax working which returns True for all months where the data is available (e.g. on working day 7 of Feb24, all months up to Jan24 show True else they are False. However, I want to only show Jan24 as True rather than all of the preceding months as well.
Any help appreciated. Thanks


Try a different approach of determining when the reporting date is of the current month (of today's date), if the today's date is greater then go back a month, if it is less, then go back two months.
Try: