In xml schema measure have this attributes
Can i change aggregation type of measure in mdx query ? Some like this:
Code:
<Measure aggregator="sum" column="market_cap" name="market_cap" visible="true"/>
Code:
select {avg([Measure][market_cap]), count([Measure][market_cap])} on 0
from [cube]