Forum Discussion

hjansen1976's avatar
hjansen1976
New Member
4 years ago
Solved

calculate CO2

Morning,    Maybe one of you experts could help me out with the following    I have  the following table and would like to calculate the following Table:  Field0    field 1   field 2 field 3 1...
  • Samarth_18's avatar
    4 years ago

    Hi hjansen1976 ,

     

    You can create a new table with below code:-

     

    Table 2 = SUMMARIZE('Table','Table'[field 1],'Table'[field 3])

     

    Output:-

     

    Thanks,

    Samarth