Hi Everyone
I have linked three tables in Powerpivot: one data/fact-like table and two connected reference tables (one for judges and one for month/year combinations). The reference tables are each joined to the data table.
The data table contains a judge ID for each record in the data table and the judge reference table contains the judge ID and name. There is an 'all judges' value in the judge table that is just the count of all records in the data table.
Prior to breaking out the month/year table, it was in the data table and the 'all judges' value displayed properly. However, since I broke out the month/year table, the 'all judges' value is no longer displaying in the table. So I obviously don't understand why this is happening?
Below are the table names and one of the formulas for the table and a screenshot. Also, the display table contains the year and exitmonthcategory variables from the Time table and the judge name and title from the S1JudgeIds table. I have two judges selected: one individual judge and 'all judges' however, only the individual judge is displaying. Any insight would be appreciated!
Paul
Data/fact table: s1Perm1
Judge table: s1JudgeIds
Year/month table: Time
Formula: =CALCULATE(COUNTROWS(s1Perm1),ALL(s1Perm1[Exit]),ALL(Time[ExitMonthCategory]))
- Edited by Paul-NYS Wednesday, July 01, 2015 3:50 PM