Forum Discussion
Dynamic header in calculated table
Is there a way to make column headers in calculated tables dynamic?
Heres the code I have to create a calculated table
CalcTable =
SUMMARIZECOLUMNS(Data[Company],
"No. Employees",CALCULATE(DISTINCTCOUNT(Data[Employee_Number])))
I know but this can be adjusted to a table visualization, if you use on the columns value that new column created the header will be dynamic.
5 Replies
- MFelixSuper User
I know but this can be adjusted to a table visualization, if you use on the columns value that new column created the header will be dynamic.
- MFelixSuper User
Hi obriaincian ,
You cannot change the name of the columns on dinamically on calculated tables, this would break your visualizations because the name would be changing each day. What is the purpose of this setting? You want to have your visualization updated with the date automatically?
- obriaincianResolver I
MFelix , Yes I would like todays date(or last weeks date depending on the colum) to be reflected in the column header
- MFelixSuper User
- obriaincianResolver I
MFelix Thank you for the suggestion but I'm looking to see if column headers can be dynamic rather than legends in a visual