I am trying to build an infomap. I have two tables, one with monthly data and one calender with everyday and corresponding month, quarter, year and some other carasteristicts.
I join the months to be able to aggregate on quarters and years.
The problem is the join will be perform on each day, which make the total aggregation about 30 times highter on yearly basis.
My question, is there a way to make the calenderfile only input one month, like distinct rows in sql?