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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
yve214
Helper III
Helper III

Most Recent Discharge Date Row Record

Please how can I get the most recent row values if I have a sample data like this. 

 

I used the calculate and filter allexcept function but I got only the dates and not the corresponding Ids. 

Table:

patient_namepatient_Iddischarge_daterecord_Id
Mark13/15/20191001
John26/3/20201002
Tom38/7/20201003
Tom39/1/20201004
Tom39/3/20201005
Sarah42/1/20181006
Kim57/6/20171007
Mark14/7/20201008
Tom311/1/20201009
Steve63/2/20191010

 

Expected Results:

patient_namepatient_Iddischarge_daterecord_Id
John26/3/20201002
Sarah42/1/20181006
Kim57/6/20171007
Mark14/7/20201008
Tom311/1/20201009
Steve63/2/20191010

 

Thank you so much.

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi,

I assume you want to create a measure.

Please check the below picture and the attached pbix file.

Picture2.png

 

Date record ID max date: =
IF (
    HASONEVALUE ( Data[patient_name] ),
    CALCULATE (
        MAX ( Data[record_Id] ),
        FILTER ( Data, Data[discharge_date] = [Discharge max date:] )
    )
)

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

View solution in original post

3 REPLIES 3
v-jianboli-msft
Community Support
Community Support

Hi @yve214 ,

 

Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.

 

Refer to:

How to provide sample data in the Power BI Forum

How to Get Your Question Answered Quickly

 

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Jihwan_Kim
Super User
Super User

Hi,

I assume you want to create a measure.

Please check the below picture and the attached pbix file.

Picture2.png

 

Date record ID max date: =
IF (
    HASONEVALUE ( Data[patient_name] ),
    CALCULATE (
        MAX ( Data[record_Id] ),
        FILTER ( Data, Data[discharge_date] = [Discharge max date:] )
    )
)

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Thank you for your help. Sorry I thought I accepted this solution. Thank you again.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.