I'm currently working with kendo react pivot grid local data binding, now I'm facing a trouble when i try to multiple measures with same aggregation on different axis.
i tried something like this, but getting value of Y and UNITLY combined (eg: LYUnit = 5, then Y showing 10 and UNITLY showing 10 instead of Y showing 5 and UNITLY showing 5). i want to make each of them have different sum aggregation. Anybody got an idea?