Forum Discussion
hjansen1976
4 years agoNew Member
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...
- 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
Samarth_18
Community Champion
4 years agoHi hjansen1976 ,
You can create a new table with below code:-
Table 2 = SUMMARIZE('Table','Table'[field 1],'Table'[field 3])
Output:-
Thanks,
Samarth
hjansen1976
4 years agoNew Member
Many thanks for your help!