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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Latest records

I need to return the Most recent contact records rolled up to account level. For example I want this below.PBI last contacted.PNG

 

The above should be populated from below and onbly return the values assosicated with the max created date

 

 pbi task.PNG

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous 
 
Try this calculated table DAX
 
New Acct Table =
       FILTER('Acct Table',
                   'Acct Table'[Task Created Date]=CALCULATE(MAX('Acct Table'[Task Created Date]),ALLEXCEPT('Acct Table','Acct Table'[Account])))
Thanks
Raj

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous 
 
Try this calculated table DAX
 
New Acct Table =
       FILTER('Acct Table',
                   'Acct Table'[Task Created Date]=CALCULATE(MAX('Acct Table'[Task Created Date]),ALLEXCEPT('Acct Table','Acct Table'[Account])))
Thanks
Raj

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.