wsnyder
Board Regular
- Joined
- Sep 23, 2018
- Messages
- 224
- Office Version
- 365
- Platform
- Windows
Hi all,
I connected to a Dataset in Power BI and built a Pivot Table in Excel.
I am trying to create a GetPivotData formula to summarize the Pivot Table, but I'm doing something wrong when I try to update the formula with cell references.
Here is what I have so far after I update cell references for Quarter, Year & Team:
Any thoughts what I am doing wrong?
Thanks
-w
I connected to a Dataset in Power BI and built a Pivot Table in Excel.
I am trying to create a GetPivotData formula to summarize the Pivot Table, but I'm doing something wrong when I try to update the formula with cell references.
Excel Formula:
=GETPIVOTDATA("[Measures].[Revenue New]",Pivot!$A$5,"[Date Table].[Quarter]","[Date Table].[Quarter].&[Q1]","[Date Table].[Year]","[Date Table].[Year].&[2019]","[Bookings].[Team]","[Bookings].[Team].&[West]")
Here is what I have so far after I update cell references for Quarter, Year & Team:
Excel Formula:
=GETPIVOTDATA("[Measures].[Revenue New]",Pivot!$A$5,"[Date Table].[Quarter]","[Date Table].[Quarter]."&C$3&","[Date Table].[Year]","[Date Table].[Year]."&C$2&","[Bookings].[Team]","[Bookings].[Team]."&$A4&")
Any thoughts what I am doing wrong?
Thanks
-w