Forum Discussion
Matrix group by code values and subtotal on those groups
- 4 years ago
Hi,
You need to add an ALL or REMOVEFILTERS functions. They will help you to get rid of the filter "created" by your visual. Each line is a "filter" in your table.
So to get the desied level of calculation, you need to remove those filters.
If you add a CALCULATE (SUM(XXX), ALL(name of columns not to be considered as filters)
or
CALCULATE (SUM(XXX), REMOVEFILTERS(name of columns not to be considered as filters)
Let us know
Hi,
You need to add an ALL or REMOVEFILTERS functions. They will help you to get rid of the filter "created" by your visual. Each line is a "filter" in your table.
So to get the desied level of calculation, you need to remove those filters.
If you add a CALCULATE (SUM(XXX), ALL(name of columns not to be considered as filters)
or
CALCULATE (SUM(XXX), REMOVEFILTERS(name of columns not to be considered as filters)
Let us know