Forum Discussion
Matrix - Measures by Quarters
- 4 years ago
Out of the box, the native matrix visual does not support such grouping but DAX is flexible enough for a workaround. You can use a disconnected table (no relationships to facts and dimensions table) to hold the values needed. Here's a sample pbix - https://drive.google.com/file/d/1llBkHjz2fDZG5ZpunUia-bX9sAmRYrys/view?usp=sharing
Hi Anonymous,
You can have multiple measures in one matrix. However, the current matrix visual does not support grouping of column fields by measure as shown in your screenshot. What you'll get is this kind of grouping: Month and then then the measures under it.
Out of the box, the native matrix visual does not support such grouping but DAX is flexible enough for a workaround. You can use a disconnected table (no relationships to facts and dimensions table) to hold the values needed. Here's a sample pbix - https://drive.google.com/file/d/1llBkHjz2fDZG5ZpunUia-bX9sAmRYrys/view?usp=sharing