Forum Discussion
Anonymous
6 years agoNot applicable
Create New table with values from measures
Hello! Is it posible to create a new table with values from measures? The values in the matrix is what I want to get as a result However, Im getting the sum of the value for every mea...
amitchandak
Super User
6 years agoAnonymous , you can use summarize to create a table with the measure included. But what is the need.
Summarize and values can also be used to force row context if needed
like
new Measure = sumx(Summarize(Table, table[ID], "_1",[EBITA]),[_1]) // EBITA will calculted at ID level and then summed up