my data looks like this:
Date | Region | Country | Area Of Concern | Composite Risk Entry |
---|---|---|---|---|
10/23/87 | LAT | Haiti | Operations | High |
10/23/87 | LAT | Angola | HR | Medium |
What I am trying to do is construct a measure such that I can have the modal Composite Risk Entry or modal Region within the row and columns context of matrices and other visuals that I might create. Two examples of Matrices I would like to create are as follows:
Rows and Sub-row | Modal Risk Entry Q1 | Modal Risk Entry Q2 |
---|---|---|
Region ->Area of Concern |
Rows and Sub-row | Modal Region Q1 | Modal Region Q2 |
---|---|---|
Area of Concern -> risk entry |
Is what I would want to do possible? Is so and you have a solution, would you mind also explaining to me the logic of it as well. I am still learning DAX and the logic of how some of the formulas works escapes me.