Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

help understanding MDX not working in SSAS but works in SSMS

$
0
0
I have the following in SSMS. Works and gives me the results I need.
[code language="sql"]WITH
MEMBER Measures.[test1] AS
 DIVIDE(
 
 (
 DIVIDE(
  SUM(
/

Viewing all articles
Browse latest Browse all 1341

Trending Articles