What is the alternative for sumif (Excel formala) in AWS' QuickSight?
I need a column, that will horizontally scan the first column and show sum for the identical categories.
Please see example:
What is the alternative for sumif (Excel formala) in AWS' QuickSight?
I need a column, that will horizontally scan the first column and show sum for the identical categories.
Please see example:
Use the function SumOver()
. like SumOver(sum({Sales}),[{Category}])