Forum Discussion
Matrix visual performance
- 7 years ago
So far only solution I found is to remove subtotals , then the matrix works much faster and add another visual for totals.
hi, Marcin
subtotals in matrix will recalculate from the whole list for each column and each row by measure. So it will affect performance of visual.
Major optimization methods:
Use import instead of DirectQuery
optimization the dax formula
Best Regards,
Lin
Hi v-lili6-msft,
I am using import mode, my matrix has 14 measures on values and 8 levels of hierachy.
I checked with Dax Studio how long it takes to get to next level of hierachy and its like 1-2 sec with no subtotals, and 5-7 seconds with subtotals and getting depper with drilling the performance is deacrising.
Any suggestions ?
Marcin
- Marcin7 years agoHelper V
So far only solution I found is to remove subtotals , then the matrix works much faster and add another visual for totals.