Forum Discussion
AvPowerBI
4 years agoPost Patron
Dynamically change column header
Hi, Is it possible to have the column header on a Table or Matrix Visualization to change its name if a filter is applied? So if the Field Invoiced is set to "N" then I want the Column header...
amitchandak
4 years agoSuper User
AvPowerBI , I doubt you can change column name/header.
But can change visual title based on measure. So you can disply information in title, using a measure
Measure = "Days Old " & selectedvalue(Table[Column])