Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
srinutamada
New Member

Change legend value label name in Line and Clustered Column Chart

Hi All,

 

I am currently working on PowerBI report and I am using line and clustered column chart. I am able to represent data the way I wanted. But I want to change the label name for line (currently line will draw based on sum of request column) from "Count of Requests" to "User Requests". I want a custom label name instead of default label that is being named based on type of column and operation. So could you please help how to modify line chart label in the display.

 

Regards,

Srinu Tamada

7 REPLIES 7
Gags
Frequent Visitor

HI..maybe this has been solved already but for anyone who ran into the same issue this is how it works:
In the visual settings rename the fields for the y-axis column and line in the wells.

Gags_0-1756103077577.png

After that the legend shows the changed values.

Cheers,

Gags

 

GaryO
Frequent Visitor

@srinutamada Did you come up with a solution for this?

I would like to do something similar i.e. change the legend value label name.

I am not able to change legend value but this solution helped me while representing data in the chart with calculated column

 

AverageIssues = AVERAGE(CustomTasks[Issues])

Eric_Zhang
Microsoft Employee
Microsoft Employee

@srinutamada

 

AFAIK, there's no way to change the label name, in your case, to get a custom label name, you can use a measure instead.

 

User Requests = COUNTROWS(request column)

OR

User Requests = SUM(request column)

Thanks for your response.

 

It's not a simple count, its more like "count(sals) and group by area". So this solution didn't work.

 


@srinutamada wrote:

Thanks for your response.

 

It's not a simple count, its more like "count(sals) and group by area". So this solution didn't work.

 


@srinutamada

 

Can you be more specific? A measure can work according to the groups.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.