This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi
Happy new year every one 🙂
I've a table I want to show in a matrix table
The key points :
My data model is simple :
| Date (date time) | Year (integer) | Class (text) | Id (text) |
The date field contains only the first day of each month.
I have to classes : Class A and Class B
Measures :
I simply need to show table in a matrix (like a pivot table in Excel). Something like this
| Year | Month | Class A current year | Class A previous year | Class B current year | Class B previous year |
| 2017 | 100 | 95 | 200 | 210 | |
| 01/01/2017 | 10 | 12 | 12 | 28 | |
| 01/02/2017 | 8 | 4 | 15 | 13 | |
| ... | ... | ... | ... | ... |
It does not work properly : I got this
| Year | Month | Class A current year | Class A previous year | Class B current year | Class B previous year |
| 2017 | |||||
| 01/01/2017 | 10 | 12 | |||
| 01/02/2017 | 8 | 15 | |||
| ... | ... | ... | ... | ... |
But if I do not show the year, it works :
| Month | Class A current year | Class A previous year | Class B current year | Class B previous year |
| 01/01/2017 | 10 | 12 | 12 | 28 |
| 01/02/2017 | 8 | 4 | 15 | 13 |
| ... | ... | ... | ... | ... |
I know there are limitations in direct query mode
However question seems simple.
Any idea ?
Thanks for your help
Regards
Marc
Solved! Go to Solution.
If it's not something as simple as having subtotals, or some other form of totals, on your matrix turned off, and/or your date hierarchy not working problem, then I don't really know
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 39 | |
| 28 | |
| 27 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 37 | |
| 32 | |
| 26 | |
| 25 |