Forum Discussion
alops
3 years agoFrequent Visitor
how to calculate max value which changes based on date filter?
Hi, I need your help.
i managed to calculate the maximum for the group of the same id with a computed column.
Colonna 2 =
CALCULATE ( MAX ( terna_auditopportunities [terna_statosuccessivo] ), ALLEXCEPT ( terna_auditopportunities , terna_auditopportunities [opportunityid] ))
now i want the max to change if i change the date filters. for example I want that if I go to the date 10/17/2022 the maximum is no longer 293360003 but 293360001. how can I do ??
thanks a lot experts.
4 Replies
- rajulshah
Resident Rockstar
- lucadelicio
Impactful Individual
can you share the pbix?