Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
how i want it to be
@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
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
the columns that will be used in the table are these, the update date will not appear
here's the google drive link with the pbi file to understand
https://drive.google.com/drive/folders/1dxg-LAkHZWWevyxKNIz41cOb9eEyFdkv?usp=sharing
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!