Dynamic Display name in a Chart

I want to dynamically change the display name in a chart based on a team name in the table.

CONCATENATE([Team Name], “'s Score”)

In the expression test it shows the correct display name, but not in the chart itself.

0 1 365
1 REPLY 1

Maybe a shot in the dark here, but I’m thinking charts are typically a table-wide context, and you’re trying to ask for the value in a specific record. Do you happen to be basing the chart off of a slice that filters to one single team? If so, maybe you can replace [Team Name], with ANY(Table[Team Name]).

Top Labels in this Space