SELECT
Syntax
SELECT(measure,start_column,end_column)Arguments
Return value
Example
SELECT([Sales],1,3)
//Returns the range of cells between the first and the third column of the 'Sales' measure
SUM(SELECT([Sales],1,3))
//Calculates the sum of values from the first through third columns of the 'Sales' measure
Last updated
Was this helpful?