Forum Discussion

danibasto20's avatar
danibasto20
Regular Visitor
10 years ago
Solved

change name table visual average of

How can I change the column header on a Table visual. When I define the column to be the Average of the data it says " Average of ##".... It is posible to change that text?  
  • KGrice's avatar
    10 years ago

    I don't think you can change the text directly, but you could use an explicitly defined measure instead, and name it whatever you want. So if you have Average of Score on your table after dragging the Score column onto the table, you could create a new measure (Modeling tab in the ribbon -> New Measure) like

     

    My Custom Measure Title = AVERAGE(TableName[Score])

     

    Put that on your table instead of the bare column, and whatever you call that measure will show as the header text in the table.