I have three tables. I'd like to work with them using data connections in Powerpivot so I can create simple Pivot tables. The tables are:
Is there a better way to do this? Or do I need to cleanup the customer names before I even get into Powerpivot? Thanks.
- One is a fact table with the usual customer, product number, sales, gallons, etc.
- The second is a lookup table which allows me to lookup a "cost center" based on a concatenation of the product and the customer across the fact table and this one (some products hit different cost centers depending on the customers).
- The third is just a simple table that corrects the mess of customer names to very simple groups. For example a customer might be in the system as ABC, ABC inc, ABC Corp, etc. I use this table to make it ABC for all of these.
Is there a better way to do this? Or do I need to cleanup the customer names before I even get into Powerpivot? Thanks.