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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Edit/Rename legends in charts

I have difficulty in renaming pie chart legend in powerBi.

I want to change the legends PN:10 and PN:9 to Lake1 and Lake2.

Can you please state any  steps/workaround  to achieve this

1 ACCEPTED SOLUTION
v-ljerr-msft
Employee
Employee

Hi @Anonymous,

 

If I understand you correctly, you can firstly add a new calculate column to change the values PN:10 and PN:9 to Lake1 and Lake2 in the table that contains the legend column. Then you can use this new created column as Legend instead on the Pie chart in this scenario. 

 

The formula below to create the calculate column is for your reference. Smiley Happy

 

Column = SWITCH ( Table1[Column1], "PN:10", "Lake1", "PN:9", "Lake2", Table1[Column1] )

Note: just replace "Table1[Column1]" with your real table name and column name of your legend column.

 

 

Regards

View solution in original post

2 REPLIES 2
Gnanasekar
Helper III
Helper III

Hi @Anonymous

 

Now you can directly edit/rename column name in legend on pie chart in PowerBI desktop (July 2017 version) and service.

 

Do double click on column name in legend. Then you can rename/edit there.

 

By 

Gnanasekar

v-ljerr-msft
Employee
Employee

Hi @Anonymous,

 

If I understand you correctly, you can firstly add a new calculate column to change the values PN:10 and PN:9 to Lake1 and Lake2 in the table that contains the legend column. Then you can use this new created column as Legend instead on the Pie chart in this scenario. 

 

The formula below to create the calculate column is for your reference. Smiley Happy

 

Column = SWITCH ( Table1[Column1], "PN:10", "Lake1", "PN:9", "Lake2", Table1[Column1] )

Note: just replace "Table1[Column1]" with your real table name and column name of your legend column.

 

 

Regards

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors