Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Change Column Header Dynamically in a Table Chart

Hello,

 

I would like the 'current quarter amount' column header to change dynamically to show the value of current year and current quarter instead (i.e. 2020 1)

 

Current Year and Current Quarter are DAX measures giving the current fiscal year value(2020) and current fiscal quarter value (1) respectively.

 

How do I achieve this? 

 

Current Quarter Amount = CALCULATE([Six Quarter Amount],
Filter(Project, Project[Fiscal Calendar.FiscalYear]=[Current Year]),
Filter(Project, Project[Fiscal Calendar.FiscalQuarter]=[Current Quarter])
)
No Replies