Forum Discussion
herefortryouts
5 years agoFrequent Visitor
Table Column header name change : year
Hi team, How do I change a column header in a table visual that has a value date? For example, I have two columns that have a start date and an end date but as Ive had to select "year" from the x...
Anonymous
5 years agoNot applicable
Hello herefortryouts ,
Can you just select Lease Start instead of Date hierarchy and check if you are getting that option.
herefortryouts
5 years agoFrequent Visitor
it gives the full date, I only want to show year.
- Anonymous5 years agoNot applicable
Hello herefortryouts ,
Then you can create another column that extracts year and use this column in visual.
So that then you can rename that field..
Year = FORMAT(Table[Date],"YYYY")