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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Jessica_17
Helper IV
Helper IV

Display "Multiple" values with selected value in column of matrix table

I have a matrix table like this,

Jessica_17_0-1727944558981.png

 

where I would want, If a user selects a single customer from a slicer,

then the first row should always be fixed and shown on top, while the selected customer should be shown on bottom of it, if the user selects multiple customers (in this scenario "AGB","CRM"), then the first row should be fixed on top as is, and in second row it should show like this

Jessica_17_1-1727944573168.png

 

I have tried this method,

MonthSelection = 
VAR _Count = COUNTROWS(VALUES(_Date[Month]))
VAR _Concat = CONCATENATEX(VALUES(_Date[Month]),[Month],",")
RETURN IF(_Count>2,"Multiple Selection",_Concat)

but it is not taking measure in rows section of matrix table, and Customer is a column and I would require it in rows section only.

 

Can anyone please help me in this?

2 REPLIES 2
ToddChitt
Super User
Super User

Sorry, but your description of the issues does not make sense. 

"...the first row should be fixed on top..." What does that mean? 




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





HI @ToddChitt 

Sorry for the confusion, By first row I meant, customer which is NAT should always shown at top irrespective what other customers are selected.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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