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 Team,
I have the below data as in the table.
| Region | Pre | Post |
| East | Y | N |
| East | N | Y |
| West | Y | N |
| West | N | Y |
| West | N | N |
| West | Y | Y |
| North | Y | Y |
| North | Y | N |
| North | N | N |
| North | N | Y |
| South | Y | N |
| South | N | Y |
| South | N | N |
| South | Y | Y |
I Need to show this data in Matrix visual as below
| Region | Sales | Profit | Cogs | Asb |
| Major Regions | 100 | 200 | 300 | 33 |
| Pre | 44 | 20 | 21 | 2 |
| Post | 55 | 101 | 32 | 22 |
I Need to have Collapse and expand option to show the regiions also with certain filters like
1. Major Region collapse will have West AND South all values
2. Pre collapse will have all Regions with "Y" in PRE column
3. Post collapse will have all Regions with "Y" in POST Column
Can anyone help me with this. Is it Possible to achieve?
Thanks in Advance
Solved! Go to Solution.
Hi @Anonymous
Check this out https://www.dropbox.com/t/zm8ajcYXZeB5szxO
YOu need to unpivot the Pre and Post columns then filter Yes values. unfortunately, I'm not able to post screenshots as I already exceeded the limit 😅
Hi @Anonymous
Check this out https://www.dropbox.com/t/zm8ajcYXZeB5szxO
YOu need to unpivot the Pre and Post columns then filter Yes values. unfortunately, I'm not able to post screenshots as I already exceeded the limit 😅
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 |
|---|---|
| 35 | |
| 26 | |
| 26 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 32 | |
| 26 | |
| 23 |