Forum Discussion

Clampazzo's avatar
Clampazzo
Resolver I
2 years ago

Aggregation Model Date Dimension Help

I have created an aggregation model where I have a Direct Query for my detailed data and an import for month/year data.

 

Currently I have 2 date dimensions due to this.  One by date level and one by month/quarter/year.  In order for users to hit the aggregation they need to use the month/quarter/year one.  

 

How can I make it so the users only see one date table and still hit aggregations when they use month/quarter/year from that table?

3 Replies

    • Clampazzo's avatar
      Clampazzo
      Resolver I

      UPdate, method #2 sort of works.  In that the aggregation is now being followed.  However, if I drill down and try to do this by date and count # of tickets it summarizes everything onto the first of the month.  If I add a detail column it gives me a million record exceeding error.  Which seems due to RLS being performed.  I'm assumign the RLS being performed later in the process is causing me problems.