When I worked with regular pivot tables, i really enjoyed the ability to manipulate the formula based on cell values to automate what information I'd like to see dynamically.
Regular Pivot Table Example:
Standard Equation: =GETPIVOTDATA("NUM_ROOMS",$C$3,"STAY_DATE",DATE(2015,9,16))
Modified Equation (to automate what info it finds based on cell values): =GETPIVOTDATA(TEXT($A8,""),$C$3,TEXT($A9,""),C$1)
I'm really liking the power of a Power Pivot with multiple sources, but I cannot figure out how to manipulate the Power Pivot formulas in the same manner as I did the regular.
I connected a few Excel flat files containing tables (see below)
The Power Pivot Formula is a bit different. It has a different format with respect to your connected tables. I cannot figure out how to manipulate these formulas in the same way without getting error values. See screen shot below:
Can someone help!?