Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am having an expression like Sum(DISTINCT SalesPlanned.).
Showing data against Month. Every Month level it is matching, but it is not matching in summary level. Similar Value we need to show in Single KPI.

If we actually calculate all the values of Month level it should come as 279413.6.
Can anyone please suggest.
Please help.
Thanks,
Sarif
Yes you solutions is correct.
Regards,
Prashant
HI try this expression,
=sum(aggr(sum(DISTINCT SalesPlanned),CstFiscalYearPeriodConcat))
You will note that this solution has already been posted above.
Please try and read the whole thread before commenting
Yes Adam sir..you are correct.. looks like it is working..let me test it thoroughly..and will let u know..
Thanks a lot Adam sir.. for your kind help..
Thanks,
Sarif