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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
safina03
New Member

Combine Data in One Column

Hi,
I have one column that I want to combine 6 types of this except one data and also I want to see the Sum of all of them.
I mean like this:
1- Sum
2 Bearbeitet
3-Unbearbeitet =
In Bearbeitung + In Zuarbeit + Unbearbeitet + Zuarbeit erfolgt + Zuarbeit zurückgewiesen + zurückgewiesen

2.png

I try to combine all of thes with using " IF Conditional " , but it is not possible to see the "Sum".

and after that I want to use it like this
1.jpg

1 ACCEPTED SOLUTION
zenisekd
Super User
Super User

3 REPLIES 3
Daniel29195
Super User
Super User

Hello @safina03 

create 3 measures : 
measure 1 = sum(table[column])

 

measure 2 = 

calculate (

sum(tbale[column]) ,

type = "Bearbeitet")

 

measure 3 : 

calculate ( 

sum(table[column]), 

type in {"Bearbeitung", "Zuarbeit ","Zuarbeit erfolg","Zuarbeit zurückgewiesen","zurückgewiesen"}
)

 

 

then add the 3 measures in the visual ..

 

 

let me know if this helps achive what you are looking for. 

 

best regards

lbendlin
Super User
Super User

Repeating the same data in the same chart is a design red flag.

zenisekd
Super User
Super User

@safina03  Please refere to this solution. 
https://community.fabric.microsoft.com/t5/Desktop/Add-total-bar-to-bars-in-clustered-column-chart/m-...

Kudos and mark as solution appreciated 🙂

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors