Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Dynamic column header in matrix visual (based on date filter)

Hi,  I have 6 measures like:   measure1 = calculate(sum(data[value]), filter(calendar, format(eomonth(today(), 1), "YYYYMM") = calendar[month])) measure2 = calculate(sum(data[value]), filter(cale...
  • v-gizhi-msft's avatar
    6 years ago

    Hi,

     

    You can try this column:

    Column = Data[Date].[Month]

    Then apply relative date filter to the matrix visual:

    Hope this helps.

     

    Best Regards,

    Giotto Zhi