Forum Discussion
madji
8 years agoHelper I
sum ans max date
Hi
I am new in PB.
I try to get sum by max date. I use function "calculation" and filter, I want to see there information about sum by max date
Measure = CALCULATE(Sum('Лист1'[Остаток]); FILTER(ALL('Лист1'); 'Лист1'[Дата].[Date] = MAX('Лист1'[Дата].[Date])))
Thanks
- Anonymous8 years ago
madji,
Check if the following DAX returns your expected result, if not, please post expected result here.Measure = CALCULATE(Sum('Лист1'[Остаток]); FILTER(ALL('Лист1'); 'Лист1'[Дата] = MAX('Лист1'[Дата])))
See my example.
Regards,
Lydia
2 Replies
- AnonymousNot applicable
madji,
Check if the following DAX returns your expected result, if not, please post expected result here.Measure = CALCULATE(Sum('Лист1'[Остаток]); FILTER(ALL('Лист1'); 'Лист1'[Дата] = MAX('Лист1'[Дата])))
See my example.
Regards,
Lydia- madjiHelper I
but I want to see max value for each string , not total