Forum Discussion

DataVitalizer's avatar
DataVitalizer
Super User
5 years ago
Solved

Append 2 calculated columns using DAX

Hi Community, Sample data: Table 1 which I am currently using contains values per Month/Year for each IND L2, as you can see the first 3 columns are might be used a hierarchy. Target (Table2): Re...
  • DataVitalizer's avatar
    DataVitalizer
    5 years ago

    Hi v-xicai 

    Thank you for your replay.
    The first solution I thought about was using a matrix by it didn't answer my need which was appending those 2 columns in one new column.

    After hours I acheived the result I was looking for by using the function UNION

     

    Thank you community.