Can I have SumIF using LAC-A functions/ by another way on QuickSight?

Calculation on Tableau:-

ifnull({Include [Org Rollup],[Prod Group],[Productivity Grouping], [Cluster], [cluster_name], [cost_center]: SUM(IF [NewScenario] = [Scenario 1] and [Year Num] = [Scenario 1 Year] then ifnull(zn([Ringfenced Emp Exp USD]),0) end)},0)

Similar thing is achievable using SUM and ifelse constructs in QuickSight. The expression construct will look something like below. Hope this helps. In case, this answers your query, please mark this as the “Solution”. Thanks!

image

2 Likes

Hello @rawatprr Did my suggestion help you in resolving your query? If yes, would request you to mark the post as “Solution”. This will help the community to find guidance and answers to similar question. Thank you!

1 Like

Thanks @sagmukhe. The solution works.

1 Like