azbasketcat
New Member
- Joined
- Feb 20, 2010
- Messages
- 30
I'm trying to count the number of stores with no deposits for a given day for a specific store.
I have a single table "Deposits" in PowerPivot with Store Number, Effective Date and Amount.
My pivot table will have "Store Number" in the Row Labels and "Effective Date" in the Column Labels.
My current measure is: [Stores with No Deposits] = if(countrows(Deposits)=BLANK(),1,0)
I'm missing something or thinking about the scenario where countrows returns Blank (or zero) incorrectly. Any help is appreciated.
Thanks - Randy
I have a single table "Deposits" in PowerPivot with Store Number, Effective Date and Amount.
My pivot table will have "Store Number" in the Row Labels and "Effective Date" in the Column Labels.
My current measure is: [Stores with No Deposits] = if(countrows(Deposits)=BLANK(),1,0)
I'm missing something or thinking about the scenario where countrows returns Blank (or zero) incorrectly. Any help is appreciated.
Thanks - Randy