I have these 2 tables and I need to create a relationship between them so that I can import them into SSAS Tabular and run some analysis. The first table has RollingQuarter(Moving Quarter) data. The second is a basic Date table with Date as PK. Can anyone suggest ways to create a relationship with these? Ill be using SQL Server 2012.
I could re-create a new date table also.