Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi!
I currenly have a data set with many columns I created with DAX (so i am unable to unpivot them)
my columns currently look like this (in a matrix):
| 2021 Orders | 2022 Orders | 2021 Revenue | 2022 Revenue |
I want headers to group "Orders" and "revenue" to clean it up, like this:
Orders Revenue
| 2021 | 2022 | 2021 | 2022 |
How can I do this?
Thank you!
Solved! Go to Solution.
In your Matrix table, under the Columns field add Orders and Revenue first, then underneath that addd the Years.
If you're data model is structured appropriately, the above should work. If not, please let us know and we can further assist.
Theo 🙂
If I have posted a response that resolves your question, please accept it as a solution to formally close the post.
Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!
Want to connect?www.linkedin.com/in/theoconias
In your Matrix table, under the Columns field add Orders and Revenue first, then underneath that addd the Years.
If you're data model is structured appropriately, the above should work. If not, please let us know and we can further assist.
Theo 🙂
If I have posted a response that resolves your question, please accept it as a solution to formally close the post.
Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!
Want to connect?www.linkedin.com/in/theoconias