Подія
Приєднуйтеся до нас в FabCon Vegas
31 бер., 23 - 2 квіт., 23
Кінцева подія Microsoft Fabric, Power BI, SQL та AI під керівництвом спільноти. З 31 березня по 2 квітня 2025 року.
Реєструйтеся сьогодніЦей браузер більше не підтримується.
Замініть його на Microsoft Edge, щоб користуватися перевагами найновіших функцій, оновлень безпеки та технічної підтримки.
Applies to: Calculated column Calculated table Measure Visual calculation
Used in visual calculations only. Retrieves a value in the next element of an axis in the visual matrix.
NEXT ( <column>[, <steps>][, <axis>][, <blanks>][, reset] )
Term | Definition |
---|---|
column |
The column to be retrieved. |
steps |
(Optional) Indicates the number of rows to go forward to fetch the value. If omitted, 1 is used (the exactly next row). |
axis |
(Optional) An axis reference. If omitted, the first axis of the Visual Shape definition is used. |
blanks |
(Optional) An enumeration that defines how to handle blank values when sorting. The supported values are:
|
reset |
(Optional) Indicates if the calculation resets, and at which level of the visual shape's column hierarchy. Accepted values are: a field reference to a column in the current visual shape, NONE (default), LOWESTPARENT , HIGHESTPARENT , or an integer. The behavior depends on the integer sign: - If zero or omitted, the calculation does not reset. Equivalent to NONE . - If positive, the integer identifies the column starting from the highest, independent of grain. HIGHESTPARENT is equivalent to 1. - If negative, the integer identifies the column starting from the lowest, relative to the current grain. LOWESTPARENT is equivalent to -1. |
The value of column
from the next element of the axis.
This function can only be used in a visual calculation.
The following visual calculation returns the sales amount of the next row on ROWS axis, that resets on the lowest parent.
NextInternetSalesAmount = NEXT ( [Sum of SalesAmount], ROWS, LowestParent )
The screenshot below shows the visual matrix and the visual calculation expression:
Подія
Приєднуйтеся до нас в FabCon Vegas
31 бер., 23 - 2 квіт., 23
Кінцева подія Microsoft Fabric, Power BI, SQL та AI під керівництвом спільноти. З 31 березня по 2 квітня 2025 року.
Реєструйтеся сьогодні