Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Matrix Performance issue in Direct query

Hi Team,

 

I've used the matrix visual in direct query model, since it fires the query at each level of the hierrachy.


For Example: Matrix visual shown SUM(Sales) by Date and Region
The actual query sent to the source are,
1. select Date,SUM(Sales) from tbl_Sales GROUP BY Date

2 .select Date,Region,SUM(Sales) from tbl_Sales GROUP BY Date,Region

Can someone share the idea for how to improve the matrix performance in direct query mode.

 

Regards,
Inba

3 Replies