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

Column Values for Column Chart

Hi,

 

I have some financial data but to show the values in a column chart, I have to make them "Sum of ....", so all my legends have Sum of at the start of them. If i use another measure, it values out at 1 for each month. How can I remove this so it is just LY Month, Budget Month etc..?

DTaylor888_0-1631191353836.png

This is my visualisations field (Sum of Sort is my conditional column for ordering the months correctly):

DTaylor888_1-1631191533545.png

 

This is my Query Editor (in case it is just a formatting problem) with some of the variables, thanks

DTaylor888_2-1631191641346.png

1 ACCEPTED SOLUTION
BA_Pete
Super User
Super User

Hi @Anonymous ,

 

In the Column Values section where you've dragged the columns into, just double-click on the column names there and you can overwrite how they are displayed.

BA_Pete_0-1631194551839.png

 

FWIW, generally-accepted best practice is that you should always create explicit measures for each of your calculations, even if it's just a basic sum of a column. For example:

LY Month = SUM(yourTable[LY Month])

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




View solution in original post

2 REPLIES 2
BA_Pete
Super User
Super User

Hi @Anonymous ,

 

In the Column Values section where you've dragged the columns into, just double-click on the column names there and you can overwrite how they are displayed.

BA_Pete_0-1631194551839.png

 

FWIW, generally-accepted best practice is that you should always create explicit measures for each of your calculations, even if it's just a basic sum of a column. For example:

LY Month = SUM(yourTable[LY Month])

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Anonymous
Not applicable

Ah very simple, great, thanks

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