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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ItSupportElm
Helper III
Helper III

Last Date for one client meeting in a table with duplicate data

Hello,

 

I want to know if there is a formula who can do what i want.

Get the last date of meeting for the same client ?

like my exemple i want to have just the last date in my table :

 2020-11-24_12h53_30.png

 

thank you for the futur answer.

Great day

3 REPLIES 3
ItSupportElm
Helper III
Helper III

You just answer then no coming back if your first solution didn't work ? @amitchandak 

amitchandak
Super User
Super User

@ItSupportElm , Try a measure like this for date of if need for all other other columns, other than client

finRedndz measure = calculate(lastnonblank(Table[finRedndz],blank()), filter(Table, Table[finRedndz] = calculate(max(Table[finRedndz]), allexcept(Table, Table[numero Client]))))

Hello @amitchandak , thank you for our answer but it didnt work.

I got nothing in result : 

2020-11-24_14h16_34.png

 

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors