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
ksedchen
Frequent Visitor

How to combine mutilpe number into one cell and find the min number

I have a PQ with multiple rows and columns,

I want to group one column and another column (type is number)  into one cell 

I only  know how to use each Text.combine ,however as to number, it seems can't use TEXT.combine

Example 

SKU   QTY                  minQTY

ABC   (10,20,30,50)   (10)

2 REPLIES 2
slorin
Super User
Super User

Hi,

transform number into text before Text.Combine

Text.Combine(List.Transform([QTY], Text.From),",")

 Stéphane

Hello 

I am not sure if it can work, I do get a  column  new A (2,5,3) and its format is ABC123

However, How can I get the Min QTY from (2,3,5) -- > shoud be 2 

I use list.Min([A])  but it is error 

 

 

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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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 Kudoed Authors