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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

How to get total variation in column chart

Hi everyone , i have created line and clusterd column  graphs based on the data.   Now i want  column based on the total value. see data set below samples 

THENNA_41_0-1635732740145.png

i converted in to this its working .i  want  month variation column for total looks like 

 

THENNA_41_1-1635732838819.png

 

 

 i want to show all the values in total column bar like below 

THENNA_41_2-1635732900664.png

 

how to add the total colulmn already added plant value 

 

please any  idea . 

 

 

 

1 ACCEPTED SOLUTION

I think it'd be better if you Unpivot the table in Power Query and use the new format in the report.

Otherwise, try to add and use a measure as below:

 

Measure = sum([overstock consumption])+Sum([new materials]).....+sum([last column])

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

Appreciate your Kudos!!

 

View solution in original post

3 REPLIES 3
VahidDM
Super User
Super User

Hi @Anonymous 

 

Is the data table in the Power BI like the first image you shared?

 

Appreciate your Kudos!!

 

Anonymous
Not applicable

yes thats is my table i have shared Image only @VahidDM 

 

I think it'd be better if you Unpivot the table in Power Query and use the new format in the report.

Otherwise, try to add and use a measure as below:

 

Measure = sum([overstock consumption])+Sum([new materials]).....+sum([last column])

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

Appreciate your Kudos!!

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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