I think below one is the easiest and convenient one. Set varCurrentDate with convertFromUtc(utcNow(), 'Arab Standard Time') and then use a boolean variable to set the below formula to determine if current date is last week(7 days) of the month not(equals(formatDateTime(variables('varCurrentDate'), 'MM'), formatDateTime(addDays(variables('varCurrentDate'), 7),'MM')))