Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I would like to create a matrix with two different measures for the columns like below.
The alternative is to create two matrixes but my users want a single matrix.
I am looking for suggestions on how to create this in PowerBI.
Thank You,
Michael
Solved! Go to Solution.
Well, it looks like we can get fun with DAX to accomplish this:
Your model should look something like this:
You'll need a table like this:
Build your matrix like this:
And make sure you expand all levels:
It's possible but it won't look exactly like that with them side by side. But if you use Year from your date table in the rows, and Store from your store dimension table in the columns, then your measures in the values sections of the matrix visual, it will work. It will have each measure side by side within each Store category.
Hello,
Yes it will look like this but they want it separate.
Michael
Additionally, use dynamic measure format strings to properly format the different results, like so:
Well, it looks like we can get fun with DAX to accomplish this:
Your model should look something like this:
You'll need a table like this:
Build your matrix like this:
And make sure you expand all levels:
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
55 | |
36 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |