Forum Discussion
srinutamada
10 years agoNew 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 (curren...
Eric_Zhang
10 years agoMicrosoft Employee
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)
srinutamada
9 years agoNew Member
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.