Here is what I want to do. If a level of my store dimension is >= a certain value, I want to bring back the sales dollars for that store/item combination.
For example, if [Store_LWPA]...[Open Year Month] >= 200701, bring back sales for all items sold at that store.
Then, in a second calculated member, I will need to do the same evaluation, but bring back comparable sales for that store/item from the previous year.
I am well versed in SQL but have never written an MDX query in my life. Any ideas, resources?
Thanks,
Ryan
Main Topics
Browse All Topics





by: garycrisPosted on 2009-04-15 at 07:00:57ID: 24148027
Try using IsGeneration() or IsLeaf()
Select allOpen in new window