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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
THENNA_41
Post Partisan
Post Partisan

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 @THENNA_41 

 

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

 

Appreciate your Kudos!!

 

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Kudoed Authors