SSAS: Executing MDX Scope statements using SSMS
So usually when I want to test an MDX expression in SSMS I'll write a query with a "WITH MEMBER." clause to create a query scope calculated measure. But sometimes you may want to test a scoped assignment before putting it in your cube script. The following steps show you how to do this.
Read more...Tags: mdx, management