I have a calculation in powerpivot "Scheduled Utilization". This is based off a couple other calculations. If I bring this into a pivot table it will break down "Scheduled Utilization" by Group and Sub Group.
I created another calculation off of this one. My boss wanted a pivot table of multiple calculations with a simply Y or N if they are or are not meeting the goals for each metric. So I was able to do this using this calculation:
Sched Util:=IF([Scheduled Utilization]>=.86,"Y","N")
When I bring this into a pivot table with 5 groups and probably 30 subgroups it works just fine. What I need to some how do now is count how many of these groups and subgroups are meeting their goals. I could easily do this with a formula in the excel worksheet the pivot table is on but my boss wants it all done in PowerPivot. Reason for this is the subgroups will change over time when new ones are added and others are removed. Any ideas how I could accomplish this in PowerPivot?
Once I finish this report it will be uploaded to Sharepoint and will run once each week.
I am only a few months into using powerpivot so I am a little green. Hopefully I have explained what I am trying to accomplish.
Excel 2013 (64bit)
Windows 7
Thanks!
I created another calculation off of this one. My boss wanted a pivot table of multiple calculations with a simply Y or N if they are or are not meeting the goals for each metric. So I was able to do this using this calculation:
Sched Util:=IF([Scheduled Utilization]>=.86,"Y","N")
When I bring this into a pivot table with 5 groups and probably 30 subgroups it works just fine. What I need to some how do now is count how many of these groups and subgroups are meeting their goals. I could easily do this with a formula in the excel worksheet the pivot table is on but my boss wants it all done in PowerPivot. Reason for this is the subgroups will change over time when new ones are added and others are removed. Any ideas how I could accomplish this in PowerPivot?
Once I finish this report it will be uploaded to Sharepoint and will run once each week.
I am only a few months into using powerpivot so I am a little green. Hopefully I have explained what I am trying to accomplish.
Excel 2013 (64bit)
Windows 7
Thanks!