Forum Discussion
Anonymous
6 years agoNot applicable
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...
- 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
sathishramuk33
5 years agoFrequent Visitor
hi , i have same this type of requirments now so can you got any solutions in this scenario(dynamic header change)