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
In order to add a slicer from ...READ MORE
Hi Sindhu, add this line as your ...READ MORE
Yes, you can. Try to "Unpivot other columns" ...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
Click on edit queries after loading source ...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.