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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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