Edit

Share via


SHADOWCLUSTER

Applies to: Calculated column Calculated table Measure Visual calculation

Modifies how filters are applied while evaluating a GROUPCROSSAPPLY or GROUPCROSSAPPLYTABLE function.

Syntax

SHADOWCLUSTER(<table expression>)

Parameters

Term Definition
table expression Any table expression.

Return value

A table of values.

Remarks

  • You use SHADOWCLUSTER within the context GROUPCROSSAPPLY and GROUPCROSSAPPLYTABLE functions, to override the standard behavior of those functions.

  • When a table is marked as SHADOWCLUSTER, it is marked internally as a "shadow" table expression so that it is only enabled in an ALLSELECTED context.

Filter functions
GROUPCROSSAPPLY function
GROUPCROSSAPPLYTABLE function