Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
How do I sort a matrix visual using two separate columns, see below. I'm looking to sort by Severity column first in the following order (Critical, High, Medium and Low) and then by the Total Count coulmn in descending order.
Solved! Go to Solution.
Hi
do you have all these data in power query side ? then this should be less trouble
follow the following steps
1. first create a severity order custom column
= if [Severity] = "Critical" then 1
else if [Severity] = "High" then 2
else if [Severity] = "Medium" then 3
else if [Severity] = "Low" then 4
else null
2. sort it by new created column
3. sort it by total count
4. create an index column
5.apply changes
6. click on vulnerability title and sort it by index
7. sort it again by ASC if it do not get sorted properly
Hi
do you have all these data in power query side ? then this should be less trouble
follow the following steps
1. first create a severity order custom column
= if [Severity] = "Critical" then 1
else if [Severity] = "High" then 2
else if [Severity] = "Medium" then 3
else if [Severity] = "Low" then 4
else null
2. sort it by new created column
3. sort it by total count
4. create an index column
5.apply changes
6. click on vulnerability title and sort it by index
7. sort it again by ASC if it do not get sorted properly
One last question - is there a way to hide a column in the matrix visual?
Tried Shift Key press on both columns but then Severity of Low appears before Medium. Is there a way to control via DAX?
Did you try, by <SHIFT> key pressed and select multiple columns of your desire ?
Or you are looking for DAX to control it ?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 33 | |
| 31 | |
| 29 |