Forum Discussion
_Melenios_
Helper I
5 years agoData Aggregation - Wrong Total Subtotals
Hi all, I'm trying to do a data aggregation based on any filter you select( Date,Week,Month etc). My problem is that i cannot get the correct % according to what i choose on the filters.(Eg. If i...
- 5 years ago
i see. try this then
Sales perc V2 = DIVIDE ( SUM ( Table1[Sales] ), CALCULATE ( SUM ( Table1[Sales] ), ALLSELECTED () ) )Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
AlB
Community Champion
5 years agoi see. try this then
Sales perc V2 =
DIVIDE (
SUM ( Table1[Sales] ),
CALCULATE ( SUM ( Table1[Sales] ), ALLSELECTED () )
)
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
_Melenios_
Helper I
5 years agoMany many thanks AlB .
I feel kind of stupid that was something that simple but i'm still trying to learn what kind of "filtering" is needed on each case!
Cheers!