Hi,
Could somebody help me in applying a filter on fact table based on current date? My fact table has a date field and the data should always be filtered with today's date.
I would like the data to be filtered before the joins are performed beacase the fact table has millions of history data in it and i dont want all the history.
Thanks.