Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Pbiuserr
Post Prodigy
Post Prodigy

Create a calculate table with maximum date and maximum value

please delete this thread and option for solution

1 ACCEPTED SOLUTION
Pbiuserr
Post Prodigy
Post Prodigy

Sorry, I've too quick assumed I did good calculation, please remove this solution

View solution in original post

4 REPLIES 4
Pbiuserr
Post Prodigy
Post Prodigy

Sorry, I've too quick assumed I did good calculation, please remove this solution

ribisht17
Super User
Super User

@Pbiuserr 

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 

Hey. Would it work on calculate table as well?

Not a great way to seek help, community posts are for everyone , you have made it look awkward now.At-least you would have pasted your solution /or accpeted mine as the solution if you made use of the same

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors