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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Only the latest confirmed date should be returned in one column

Hi guys
I have a table in which process steps of a product are reported back, as you can see in the example.Now I would like to have a column that always shows the last reported date per product.

Example :

ProduktProcess StepConfirmation date latest date per product 
1112.05.2021 
1214.05.2021 
1317.05.2021 
1420.05.202120.05.2021
2118.05.2021 
2219.05.202119.05.2021
23  
24  
3116.05.2021 
3217.05.2021 
3321.05.202121.05.2021
34  

 

Thanks in advance
Greetings Lukas

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi, @Anonymous 

Please check the below picture and the sample pbix file's link down below.

it is for creating a new column.

 

Picture4.png

 

Latest date per product CC =
VAR latestdate =
MAXX (
FILTER ( 'Table', 'Table'[Produkt] = EARLIER ( 'Table'[Produkt] ) ),
'Table'[Confirmation date ]
)
RETURN
IF ( 'Table'[Confirmation date ] = latestdate, 'Table'[Confirmation date ] )
 
 

Hi, My name is Jihwan Kim.


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


Linkedin: linkedin.com/in/jihwankim1975/

Twitter: twitter.com/Jihwan_JHKIM


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

Click here to schedule a short Teams meeting to discuss your question.

View solution in original post

1 REPLY 1
Jihwan_Kim
Super User
Super User

Hi, @Anonymous 

Please check the below picture and the sample pbix file's link down below.

it is for creating a new column.

 

Picture4.png

 

Latest date per product CC =
VAR latestdate =
MAXX (
FILTER ( 'Table', 'Table'[Produkt] = EARLIER ( 'Table'[Produkt] ) ),
'Table'[Confirmation date ]
)
RETURN
IF ( 'Table'[Confirmation date ] = latestdate, 'Table'[Confirmation date ] )
 
 

Hi, My name is Jihwan Kim.


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


Linkedin: linkedin.com/in/jihwankim1975/

Twitter: twitter.com/Jihwan_JHKIM


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

Click here to schedule a short Teams meeting to discuss your question.

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.