Forum Discussion
Anonymous
7 years agoNot applicable
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
Copy the DAX code for the measure. Create new measure, paste DAX code.
1 Reply
- Greg_DecklerCommunity Champion
Copy the DAX code for the measure. Create new measure, paste DAX code.