Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Create new column with data from other column

basic question.... how i create new column that takes data from several other columns ....  

I did created new measure, but it doesnt allow me to relate to any column that is not a measure/DAX ....

2 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Icon for Community Champion rankCommunity Champion

    [New Column] = [Column1] + [Column2] - [Column3]

     

    To reference a column in a measure you must wrap it in an aggregation like MIN, MAX, SUM, AVERAGE, etc.