Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Calendar table needs to filter by fact table

I have an SSAS data source (live connection) with a sales table with a "GLDate" field and it's related to the calendar table "CalendarDate" field. CalendarDate has to be used as the date slicer (sale...
  • Anonymous's avatar
    Anonymous
    5 years ago

    I am using on-prem AS so I couldn't use the proposed solution. I created a calculated column on my calendar table that is essentially a flag for whether each date is <= MAX date in my sales table. Then I used that flag as a filter for my calendar slicer.