Forum Discussion
Anonymous
8 years agoNot applicable
Pivot table to be saved as another table
Hi all, Answer to this query is really important for me. I have a table with certain variables and I want to create a pivot table on that similar to excel. And I want to save this data of pi...
Anonymous
8 years agoNot applicable
v-jiascu-msft
Microsoft Employee
8 years agoHi Anonymous,
Seems you have gotten the solution. The formula could be:
Table = SUMMARIZE('Table1',
Table1[Col2],
Table1[Col1],
Table1[Col4],
"Sum of Col3", sum(Table1[Col3]))Best Regards,
Dale
- Anonymous8 years agoNot applicable