I'm using excel 2013 and need some assistance with a few CUBE function needs and the proper MDX needed to resolve my issue. I would like to exclude from one MDX set, the names in another to create a "NOT IN" scenario. I have a hierarchy table with a list of representatives and sales table with representatives that would also be in the hierarchy, but that have sales.
That's problem A:
Problem B and C are: I'd like to be able to do the same as problem A but further filter down to those who have sales above a certain amount. Also is there a way to return an AVG or SUM from cubevalue without having to set up a DAX measure in powerpivot?
Lastly, I'd like to be able to use TOPCOUNT or BOTTOMCOUNT to create my top/bottom N reports. Thanks for your help in advance.