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
-
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
- cn44226 months agoHelper V
cengizhanarslan @ 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.
Edit:
I think I'll go with this. In addition, I formatted my measure with ";;;" so that the one column with values makes the values "invisible" as well.