CoalesceEmpty

The MDX CoalesceEmpty function returns the first (from the left) non #Missing value from the given value expressions.

Syntax

CoalesceEmpty ( numeric_value_expression1, numeric_value_expression2 )

Arguments

numeric_value_expression1

A numeric value expression.

numeric_value_expression2

A numeric value expression.

Notes

Examples

with member measure.AAA as CoalesceEmpty((measure.[cash back]), (measure.[sales quantity])) select { (measure.[sales quantity]), (measure.[cash back]), (measure.AAA) } on 0, { (Calendar.[ALL]) } on 1 from [Online Store] ;
sales quantity cash back AAA
ALL 908584 0 908584
About

What is EuclidOLAP?
Architecture
Code & Docs

EuclidOLAP
Olap Web Console
Getting Started
Download
Community


Contact Us

euclidolap@outlook.com
Copyright © 2023 euclidolap.com. All Rights Reserved