79653666

Date: 2025-06-05 01:01:57
Score: 0.5
Natty:
Report link

you can try to select the column and unpivot other columns in PQ

enter image description hereenter image description here

then use dax to create a column

Column=

IF ( FORMAT ( TODAY (), "mmm" ) = 'Table'[Attribute], "y" )

enter image description hereenter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Ryan