Forum Discussion
shaileng
8 years agoFrequent Visitor
Dynamically Change Column Title
Hi, Just wondering on how to achive the following. I have a table which provides the dates to the slicer. Now for each date I have huge data in data base and the column in which I am show...
Greg_Deckler
8 years agoCommunity Champion
Another technique for this, depending on your specific scenario, which I am not 100% clear on, would be to create a Measure like:
My Year = "Year " & YEAR(MAX([Date]))
Then you can display this using a Card visualization. With a little formatting, you can often overlay this or use this as a replacement for column titles, etc.