Quantcast
Channel: SQL Server Analysis Services forum
Viewing all articles
Browse latest Browse all 14337

Combining Calculated Member with a Calculated Measure

$
0
0

This code is fake but illustrates my issue

WITH

SET someSet as FILTER(dimWhatever.someHierarchy.allmembers,Measures.Relevance<5)

MEMBER dimWhatever.someHierarchy.[Other] AS Aggregate(someSet)

MEMBER Measures.avgMeasure AS Measures.something/Measures.somethingElse

SELECT Measures.avgMeasure ON COLUMNS,

dimWhatever.someHierarchy.[Other] ON ROWS

FROM theCube

I get nulls for my avgMeasure... why?  I don't get nulls for Measures.something or Measures.somethingElse.

Thanks!

Ken



Viewing all articles
Browse latest Browse all 14337

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>