September 25th 2024 Status These functions are now generally available to users in the Current Channel.
I’m excited to announce Excel's new GROUPBY and PIVOTBY functions. These functions all...
i just got them, too. i do see a couple issues. where can i send them to be investigated?
using pivotby and choosing min or max, the total row shows the MIn or max value instead of the total. percentof works correctly.
the sort doesn't seem to work on all columns, just the first and totals columns in my scenarios., not the 2nd or 3rd column.
i'm using tables, not cell address in my testing and for the most part they work fine. i just see an anomaly in the header row in certain cases. (see below)
these are formulas i've tested in case anyone is curious:
and i do have some sort columns in {} because i'm testing multiple sort columns. =PIVOTBY(CHOOSECOLS(Table1, 2, 6, 7),YEAR(Table1[DATE]),Table1[WEIGHT],SUM,0,1,{1})