Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

copy measure

A table visual has several columns. one of the columns is a measure called measureA

I would like to have another measure to place at the end of the table visual

How can I simply copy the value of the measureA for each row into the correspomding row in the new measure to be added at the end of the table visual?

 

Thank you

1 Reply

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    Copy the DAX code for the measure. Create new measure, paste DAX code.