Forum Discussion

aridavid's avatar
aridavid
Frequent Visitor
5 years ago
Solved

Summarize a table by rows from multiple columns

Hello,

 

I have the following use case, where a table contains:

 

Table_Savings

Product1_LongTermProduct1_ShortTermProduct2_LongTermProduct2_ShortTermProduct3_LongTermProduct3_ShortTerm
500502002060060
100101001040040
600607007080080

 

And I'd like to create a table that summarizes totals by the Product of each column, like this:

New_Table

ProductLongTermShortTerm
Product11200120
Product21000100
Product31800180

 

Would it be possible to create something like this in DAX or any other method?

 

Thanks a lot!

  • aridavid 

    i imported the data as you shared and did data transform in the PQ editor.

    you can check the source and followed the steps I did.

3 Replies

    • aridavid's avatar
      aridavid
      Frequent Visitor

      Thanks ryan_mayu this is helpful, the problem I have is that my data is not tabulated as per te attributes column you shared. I have em' in separate columns, the tricky part is to actually get to have them in the way you plot them, like all in one single column.

       

      I was thinking maybe transforming the table at a query level would be 'easier'.

      • ryan_mayu's avatar
        ryan_mayu
        Super User

        aridavid 

        i imported the data as you shared and did data transform in the PQ editor.

        you can check the source and followed the steps I did.