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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Agregate rows by family type

Hello all. 

 

I have the following problem: My dataset has a bunch of rows that correspond to each product ordered by a customer, and each product has a family type associated:

 

NumOrder SKU        Family type

1                 1234           Baby

1                  1245          Kid

 

This example represents an order of 2 units, with 2 different family types. The family types that I have are: Baby, Kid, Woman, Men, Men&Acessories; Woman&Acessories, Shoes. 

 

I want to create a calculated column that if an order has only Baby, display "baby", and so on. But if an order  has at least one product that is baby and kid, displays "Baby_Kid" and so on. For all combinations.

 

Can you help me?

 

Thank you!

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@Anonymous 

I did not fully understand but this should be close:

Column = 
CONCATENATEX(
 CALCULATETABLE( VALUES(Table4[Family Type]) , ALLEXCEPT(Table4,Table4[Number])),
 Table4[Family Type],"|"
)

Fowmy_0-1624618528995.png

 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

View solution in original post

3 REPLIES 3
Fowmy
Super User
Super User

@Anonymous 

I did not fully understand but this should be close:

Column = 
CONCATENATEX(
 CALCULATETABLE( VALUES(Table4[Family Type]) , ALLEXCEPT(Table4,Table4[Number])),
 Table4[Family Type],"|"
)

Fowmy_0-1624618528995.png

 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Anonymous
Not applicable

Thank you for your reply. 

 

It is almost this. The problem is that Child| Baby and Baby| Child is the same category but I have two different categories. 

@Anonymous 
Then you need to provide a propper example and show all possible scenarios.
 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

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.