Forum Discussion
Anonymous
3 years agoNot applicable
Calculated columns -total subcat
Hi
How to convert measure to calculated column . I need Calculated column sum.
Appreciate your reply. Thanks
/Henrik
Hi Anonymous ,
Try these:
= CALCULATE ( SUM ( 'Table'[Planned] ), ALLEXCEPT ( 'Table', 'Table'[R53] ) )= CALCULATE ( SUM ( 'Table'[Planned] ), FILTER ( ALL ( 'Table' ), 'Table'[R53] = EARLIER ( 'Table'[R53] ) ) )
3 Replies
- danextianSuper User
Hi Anonymous ,
Try these:
= CALCULATE ( SUM ( 'Table'[Planned] ), ALLEXCEPT ( 'Table', 'Table'[R53] ) )= CALCULATE ( SUM ( 'Table'[Planned] ), FILTER ( ALL ( 'Table' ), 'Table'[R53] = EARLIER ( 'Table'[R53] ) ) ) - AnonymousNot applicable
Hi,
sorry this gives the same results as Subtot.
I want R53_total as calculated columns e.g. total of subcategory.
Thanks.
Rgds
Henrik
- AnonymousNot applicable
Hi,
thanks I got what I need. Thank you.
Regards Henrik