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 ,
I am not much clear what would you like to do. But you can try with below option.
If you right click on the field, you will find the option Rename for this visual.
herefortryouts
5 years agoFrequent Visitor
Hi,
I dont get the rename field. The date field I have under values in the table and since I have selected year, it will only show as year. Any suggestions?
- Anonymous5 years agoNot applicable
Hello herefortryouts ,
Can you just select Lease Start instead of Date hierarchy and check if you are getting that option.
- herefortryouts5 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")