The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 :
thank you for the futur answer.
Great day
You just answer then no coming back if your first solution didn't work ? @amitchandak
@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]))))