87816/return-calculated-column-table-variable-created-addcolumn
How do I RETURN the value of this table variable column?
You can access column variables of previously defined table variables by SUMX function:
Measure = var DaxTable = ADDCOLUMNS(...) var result = CALCULATE( SUMX( DaxTable , [amount]) ) return result
Hi, You can create a new column by ...READ MORE
To calculate a running total that resets ...READ MORE
To calculate the distinct count of active ...READ MORE
To extract and transform JSON data from ...READ MORE
What you want is possible using the ...READ MORE
Try Table Buffer after adding the index, or ...READ MORE
The error says you need to use ...READ MORE
You can simply write a few measures ...READ MORE
If the tables are related, this is ...READ MORE
R|ight click on the table you want ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.