Forum Discussion
Anonymous
3 years agoNot applicable
Convert DAX Measure Output to Text
Hi Everyone,
I have a calculated DAX column on one of my tables that I'd like to just copy/paste over with the same values. Any way I can do this in Power BI?
1 Reply
- SivaMani
Resident Rockstar
Anonymous, do you want to duplicate the column?
Create a new column and refer you're calculated column,
Column = Tablename[ColumnName]