I have a date table with Day and Date columns in Power BI. I would like to add a column which tells me if that week includes the first day of month. For example when 1st of November is Friday, then it returns a "Yes" for that week. Therefore, the column "IsFirstWeekOfMonth" shows "Yes" for the working days of a week which has 1st day of month. Something like below:
Would you please let me know how I can do this in Power BI (M or DAX). Many thanks in advance