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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Most current date of a category

Hi,
I have these columns in my data source and I'm trying to bring up the document that has the most recent update.

Ex: I have a document DOCID = 1 And I want to bring the one with the most recent update date, for each different company. How could you do that in power bi?

I appreciate anyone who can help

 

how is it

 

dado1.png

 

how i want it to be

 

dado2.png

 

4 REPLIES 4
amitchandak
Super User
Super User

@Anonymous ,

Use this for date updated in a visual table

New measure for last update date =

calculate(max(Table[dateupdated]), filter(Table, Table[Date] = calculate(max(Table[dateupdated]), allexcept(Table, Table[Comapny], Table[Doc ID]))))

 

if needed use similar formula for other columns other than Doc ID and Company

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

I tried to do it this way, but it didn't work. It could be something I'm doing wrong.
With this measure all data disappear

Anonymous
Not applicable


the columns that will be used in the table are these, the update date will not appearScreenshot_6.png

Anonymous
Not applicable

here's the google drive link with the pbi file to understand

 

https://drive.google.com/drive/folders/1dxg-LAkHZWWevyxKNIz41cOb9eEyFdkv?usp=sharing 

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

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!

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.

Users online (25)