Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 869 Bytes

File metadata and controls

33 lines (24 loc) · 869 Bytes
title CalculationCurrentPass (MDX)
description CalculationCurrentPass (MDX)
author minewiskan
ms.author owend
ms.reviewer owend
ms.date 02/17/2022
ms.service sql
ms.subservice analysis-services
ms.topic reference
ms.custom mdx

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)