I'm pretty new to PowerPivot, and I've been pouring over sites like this, training at Lynda.com, official documentation at MS and MSDN, and purchased a Microsoft Press book about data modelling with PowerPivot.
And yet, I can't seem to build my equivalent of a "hello world" with it. I feel like I'm missing something pretty based.
I've been able to successfully create some great PivotTable reports by combing multiple tables in PowerPivot. Such as call records (I work at fulfillment center) related to other tables like call dispositions, employee information. This works when I have one "many" table (the call records) linked to several "one" tables: a list of all employees, a list of their locations, etc.
What I'm having a hard time doing is combing multiple "many" tables. For example, one of discreet call records, and another table of discreet orders placed (sales). This could be useful in calculating the sales rate per employee. I very much want to do this in PowerPivot rather than combining data with a billion VLOOKUP()'s.
So using PowerQuery, I've rolled up the call table and sales table by user and date. These tables show in my workbook and have been loaded into the Data Model for PowerPivot. So both show the user's total calls placed and total orders placed per day. How do I get these together? It almost seems like I need a table of discreet dates (literally a single-column table listing all 365 dates of the year)? Then link that to both of the other tables so I can get total calls and sales for each date?
I must be on the wrong track. Any tips? Is what I want even possible?
And yet, I can't seem to build my equivalent of a "hello world" with it. I feel like I'm missing something pretty based.
I've been able to successfully create some great PivotTable reports by combing multiple tables in PowerPivot. Such as call records (I work at fulfillment center) related to other tables like call dispositions, employee information. This works when I have one "many" table (the call records) linked to several "one" tables: a list of all employees, a list of their locations, etc.
What I'm having a hard time doing is combing multiple "many" tables. For example, one of discreet call records, and another table of discreet orders placed (sales). This could be useful in calculating the sales rate per employee. I very much want to do this in PowerPivot rather than combining data with a billion VLOOKUP()'s.
So using PowerQuery, I've rolled up the call table and sales table by user and date. These tables show in my workbook and have been loaded into the Data Model for PowerPivot. So both show the user's total calls placed and total orders placed per day. How do I get these together? It almost seems like I need a table of discreet dates (literally a single-column table listing all 365 dates of the year)? Then link that to both of the other tables so I can get total calls and sales for each date?
I must be on the wrong track. Any tips? Is what I want even possible?