Hi
can someone help with CUBESET syntax? I have searched the Internet but had no luck.
I would like to create a dynamic list of stores based on the date selected for the report eg - December 14. I have a look-up table with store information including the date opened. If the date opened <= report date, I would like that store to be listed in the report.
I can get a list of all the stores as follows:
CUBESET("PowerPivot Data","[Stores].[Name].[All].Children","Store Names")
What do I need to add to this to only show stores open for a given report date?
Or is there a better way to get the list?
Thanks
can someone help with CUBESET syntax? I have searched the Internet but had no luck.
I would like to create a dynamic list of stores based on the date selected for the report eg - December 14. I have a look-up table with store information including the date opened. If the date opened <= report date, I would like that store to be listed in the report.
I can get a list of all the stores as follows:
CUBESET("PowerPivot Data","[Stores].[Name].[All].Children","Store Names")
What do I need to add to this to only show stores open for a given report date?
Or is there a better way to get the list?
Thanks