Forum Discussion
jussiwaisto
6 years agoHelper I
Date slider in sum function? Basic stuff?
Hi, I have this kind of table which includes € column (kauppasumma) and date column (Date) and then I have a date slider where I pick start date and end date. (Date column is related ...
- Anonymous6 years ago
HI jussiwaisto ,
So you mean you want to use current value to compare with selected values? If this is a case, you can consider using 'allselected' function to replace 'all' function, it will filtered your records based on current filters.
Ratio = DIVIDE ( SUM ( Table[Amount] ), CALCULATE ( SUM ( Table[Amount] ), ALLSELECTED ( Table ) ) )Regards,
Xiaoxin Sheng
Anonymous
6 years agoNot applicable
HI jussiwaisto ,
So you mean you want to use current value to compare with selected values? If this is a case, you can consider using 'allselected' function to replace 'all' function, it will filtered your records based on current filters.
Ratio =
DIVIDE (
SUM ( Table[Amount] ),
CALCULATE ( SUM ( Table[Amount] ), ALLSELECTED ( Table ) )
)
Regards,
Xiaoxin Sheng