It would be great if Grand Totals on a Matrix or Table would add up correctly to the sum of the rows when you include MEASURES in the visual. Currently the total on a measure consists of the measure function itself, instead of the sum of the rows above. PLEASE give us the option to toggle totals to be a simple aggregate of the rows above also.
Jeroen ter Heerdt (administrator) on 24 Oct 2022 18:59:09
Moving this idea to "under review" to mark that discussions are underway. For full transparency, we have started working on DAX calculations at the visual level. That feature will make changes that will serve as building blocks for other features, including but not limited to the one discussed in this idea: providing more flexibility for influencing what is shown on the total: the visual total, the "DAX" total, or another expression altogether.
Hence, the delivery of this Idea will be dependent on the DAX-calculations-on-a-visual feature.
- Comments (144)
- Merged Idea (29)
RE: Matrix/Table grand totals with Measures
I'm surprised there are only 7 votes on this. I mean totals are wrong and nobody see it maybe ? Imagine you want to display the sum of abs of differences between your profit for date 1 and your profit for date 2, depending on categories of product etc.. The total will be wrong and not displaying the sum of abs of differences. It will neutralize the differences and then do the abs. It's so difficult to explain to a user there is no coherence between what is displayed in rows and what is displayed of what is considered to be the total of rows ... At least there should be a flag to switch from one behaviour to the other.
RE: Matrix/Table grand totals with Measures
I agree! This would be a great addition to the matrix!
RE: Matrix/Table grand totals with Measures
It has taken me 3 days already trying to figure out how to show the correct total of measures used in a matrix. Explanations given on the forum seem to be to specific to the cases in question, barely transferable.
If some people benefit form a total that doesn't correspond to the values, I absolutely respect that but why there is no choice?
With this issue I cannot see how users looking for quick ad-chock reports (business people, not code writers) can benefit from this tool.
RE: Matrix/Table grand totals with Measures
I agree, in the same table some totals could be nonsense and others very useful.
RE: Matrix/Table grand totals with Measures
We need the column subtotal along with The column grand total,the sub-total can be renamed ,not like Total
RE: Matrix/Table grand totals with Measures
there should at least be an option to have the total show the sum of the rows instead of having to do weird DAX-things. This is an annoyance and causes Power BI to be difficult to people who start using it.
I've worked with Qlik products before. No issue there. They have an option to choose between the calculation or sum (and even min, max and average) of the rows.
RE: Matrix/Table grand totals with Measures
Crazy that this is even an issue tbh!
RE: Matrix/Table grand totals with Measures
PLEASE FIX!
RE: Matrix/Table grand totals with Measures
Matrix Totals should always represent sum of row or columns values. No other reason why it should not. Should not have to program a workaround to obtain correct row and columns totals on a Matrix.
RE: Matrix/Table grand totals with Measures
'=IF(ISINSCOPE(table[child]),SUM(table[value]),AVERAGE(table[value])
OR
=AVERAGE(table[value])