March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
I have a matrix table like this,
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
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?
Sorry, but your description of the issues does not make sense.
"...the first row should be fixed on top..." What does that mean?
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |