Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
i converted in to this its working .i want month variation column for total looks like
i want to show all the values in total column bar like below
how to add the total colulmn already added plant value
please any idea .
Solved! Go to 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!!
Hi @Anonymous
Is the data table in the Power BI like the first image you shared?
Appreciate your Kudos!!
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!!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
29 | |
11 | |
11 | |
10 | |
6 |