I have two tables that are linked by Date using the DateStream table from the Azure Marketplace.
Data_WK_2014 table contains NET, COGS with date format: 5/7/2014 12:00:00 AM
Data_WK_Spend table contains MARKETINGSOURCE, SPEND with date format: 5/7/2014 12:00:00 AM
These two tables are linked to DATEKEY in the DateStream table, date format: 5/7/2014 12:00:00 AM
When I create a pivot table using Date in the row lable it will only sum values from one table. For example NET and COGS
are broken out by date however SPEND is shown in the aggregate GRAND TOTAL and not broken out by date. How do I break out spend by date along with net and cogs?
Data_WK_2014 table contains NET, COGS with date format: 5/7/2014 12:00:00 AM
Data_WK_Spend table contains MARKETINGSOURCE, SPEND with date format: 5/7/2014 12:00:00 AM
These two tables are linked to DATEKEY in the DateStream table, date format: 5/7/2014 12:00:00 AM
When I create a pivot table using Date in the row lable it will only sum values from one table. For example NET and COGS
are broken out by date however SPEND is shown in the aggregate GRAND TOTAL and not broken out by date. How do I break out spend by date along with net and cogs?