March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I've created a Matrix table like the below:
For the total column marked in red, is it possible to use these figures in another table?
I want to take these figures, and then do a count of how many are showing:
Thanks in advanced!
Solved! Go to Solution.
@hdemedici100 totals are just presented on this visual, they are not physically stored anywhere. If you group data by some other column, these totals will be different.
In order to make it work, you would need to create table in expected format (columns used in rows + measure). You can make it using summarize function in dax, or to use GroupBy option in Power Query.
And then add new column using if or switch statement which says in which range each row fits.
Then it is easy to show results in visual.
Cheers,
Nemanja Andic
@hdemedici100 totals are just presented on this visual, they are not physically stored anywhere. If you group data by some other column, these totals will be different.
In order to make it work, you would need to create table in expected format (columns used in rows + measure). You can make it using summarize function in dax, or to use GroupBy option in Power Query.
And then add new column using if or switch statement which says in which range each row fits.
Then it is easy to show results in visual.
Cheers,
Nemanja Andic
Hi Nemanja,
Thanks very much for responding and for explaining. I didn't realise this was the case with the Matrix visual.
I'll look to reproduce it in a new table, and see how I get on. If I get stuck, I'll come back to this forum.
Harry
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
122 | |
89 | |
74 | |
59 | |
53 |
User | Count |
---|---|
196 | |
120 | |
108 | |
68 | |
65 |