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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Iamnvt
Continued Contributor
Continued Contributor

Show the Text values corresponding to Min operations

hi,

 

I have a table:

 

Material	Group	Demand
A	AA	4
B	AA	5
C	AA	2
D	BB	5
E	BB	5
F	CC	6

and this is the desired result:

Row Labels	Min Demand	Material Constraint
AA	            2	           C
BB	            5	         D, E
CC	            6	           F
Grand Total	2	

here is the link to the example: https://1drv.ms/x/s!Aps8poidQa5zk5AxITz93mScJMiqkw

 

thanks

1 ACCEPTED SOLUTION
affan
Solution Sage
Solution Sage

Hi @Iamnvt,

 

You can create two measures as below

 

 

Min Demand = CALCULATE(MIN(Table1[Demand]),ALLEXCEPT(Table1,Table1[Group]))

 

 

 

Material Constraint = CALCULATE(CONCATENATEX(Table1,Table1[Material],","),FILTER(Table1,Table1[Demand]=Table1[Min Demand]))

 

This is the result I have got 

 

Concatenate Rows.png

 

 

You can also download the pbix file for your reference.

https://www.dropbox.com/s/yq81t9bhk7iqvni/Show%20the%20Text%20values%20corresponding%20to%20Min%20op...

 

Please mark this post as an accepted solution if this helped you.

 

Regards,

Affan

View solution in original post

3 REPLIES 3
affan
Solution Sage
Solution Sage

Hi @Iamnvt,

 

You can create two measures as below

 

 

Min Demand = CALCULATE(MIN(Table1[Demand]),ALLEXCEPT(Table1,Table1[Group]))

 

 

 

Material Constraint = CALCULATE(CONCATENATEX(Table1,Table1[Material],","),FILTER(Table1,Table1[Demand]=Table1[Min Demand]))

 

This is the result I have got 

 

Concatenate Rows.png

 

 

You can also download the pbix file for your reference.

https://www.dropbox.com/s/yq81t9bhk7iqvni/Show%20the%20Text%20values%20corresponding%20to%20Min%20op...

 

Please mark this post as an accepted solution if this helped you.

 

Regards,

Affan

Iamnvt
Continued Contributor
Continued Contributor

thanks a lot.

Iamnvt
Continued Contributor
Continued Contributor

thanks a lot.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 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.