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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.