Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
here's the google drive link with the pbi file to understand
https://drive.google.com/drive/folders/1dxg-LAkHZWWevyxKNIz41cOb9eEyFdkv?usp=sharing
@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
the columns that will be used in the table are these, the update date will not appear
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |