Forum Discussion

Boycie47's avatar
Boycie47
Regular Visitor
3 years ago
Solved

Cumulative Grand Total Column Matrix Table

Hi,

 

I am hoping someone can help.

 

I have a matrix visual and I would like to apply the column grand total but it is giving me the total based on the measure I am using an not the cumulative total.

 

This is an example of the matrix table and the results I would expect:

Area

Apr-23

May-23

Jun-23

Grand Total

Area A

0.15

0.18

 

0.33

Area B

0.22

0.24

 

0.46

Area C

0.41

0.42

 

0.83

Total

0.31

0.32

 

0.63

 

The totals are derived using a measure. The model is based on a fact and dimension schema. The Fact table links to a date table that’s how I get the month and year. The fact table also connects to DimArea and that how I get the area.

 

Does anyone know how I can get the correct cumulative total for the Grand total column?

 

Thanks

Boycie47