Forum Discussion
Philmo123
3 years agoRegular Visitor
Adding Visuals Together
I would like to know if it is possible to sum visuals. I need to add the values of Civils, TRR, etc together to make a summary. Currently I have been unable to find anything that will let m...
- 3 years ago
Philmo123 , You need to create a new column and use that on axis
Switch( True() ,
[Column] in {"Civils", "TRR"} , "CivilsTRR",
[Column]
)
v-xiaotang
Community Support
3 years agoHi Philmo123
Thanks for reaching out to us.
>> I would like to know if it is possible to sum visuals. I need to add the values of Civils, TRR, etc together to make a summary.
is this you are looking for?
Solved: How to Create Multi-category Charts with legends - Microsoft Power BI Community
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.