Forum Discussion
Sorting specific column in matrix visual
- 6 months ago
Create a measure that calculates Leads for ContactGroup A:
Sort Leads A = CALCULATE( [Leads], 'ContactGroup'[ContactGroup] = "A" )Add this measure to the matrix:
-
Put it in Values
-
Turn off visibility:
-
Set column width very small, or
-
Rename to blank, or
-
Hide via conditional formatting (font = background)
-
Then: Matrix → More options (…) → Sort by → Sort Leads A
-
Hi cn4422 ,
a quick solution would be to add "SumLeads A" as Value, switch off "text wrap" for values and column, reduce the column width of all "SumLeads A" columns to zero and adjust the sort by setting of the matrix visual. Only the little triangle couldn't be removed:
Does that help you?
- cn44226 months agoHelper V
Hans-Georg_Puls Thanks for your replay. I actually thought about that too, but I was wondering if there is a "cleaner solution" as well.
But if nothing else comes up I will either do that or make separate measures for every columen cause then I can sort individually by everything.