Forum Discussion
Pbiuserr
4 years agoPost Prodigy
Create a calculate table with maximum date and maximum value
please delete this thread and option for solution
Sorry, I've too quick assumed I did good calculation, please remove this solution
4 Replies
- ribisht17Super User
This should work
Step1
Max Date per ID= calculate(max(date),allexcept(table,ID))
Step2
Max Val per ID=calculate(max(Value),allexcept(table,ID))
Step3
IF(AND(Max Date per ID=Date,Max Val per ID-Value),true(),false()) //drag this to Filter and select true
Regards,
Ritesh
Mark my post as a solution if it helped you| Munde and Kudis (Ladies and Gentlemen) I like your Kudos!! !!
My YT Channel Dancing With Data !! Connect on Linkedin !!Power BI for Tableau Users - PbiuserrPost Prodigy
Sorry, I've too quick assumed I did good calculation, please remove this solution