you can try to select the column and unpivot other columns in PQ
then use dax to create a column
Column=
IF ( FORMAT ( TODAY (), "mmm" ) = 'Table'[Attribute], "y" )