Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 871 Bytes

File metadata and controls

32 lines (23 loc) · 871 Bytes
title CalculationCurrentPass (MDX) | Microsoft Docs
ms.date 06/04/2018
ms.prod sql
ms.technology analysis-services
ms.custom mdx
ms.topic reference
ms.author owend
ms.reviewer owend
author minewiskan

CalculationCurrentPass (MDX)

Returns the current calculation pass of a cube for the specified query context.

Syntax

  
CalculationCurrentPass()  

Remarks

The CalculationCurrentPass function returns the zero-based index of the calculation pass for the current query context. With automatic recursion resolution, this function has little practical use.

See Also

CalculationPassValue (MDX)
IIf (MDX)
MDX Function Reference (MDX)