Veja se ajuda
Column1 =
MAXX (
FILTER (
SUMMARIZE (
Table1,
Table1[Id],
"@Reasons",MAX ( Table1[Reasons] ),
"@updateAt", MAX ( Table1[updateAt] )
),
[Id] = Table2[Id]
),
[@Reasons]
)
------------------------------
Vilmar Santos
------------------------------
Original Message:
Sent: Jan 10, 2023 06:13 AM
From: Anubhav Mahule
Subject: Need latest text in colmn from multiple available values (snapshot included)
Hi guys,
I have 2 tables. Both have a common colmn id.
I want to populate in table 2 with reasons from Table-1.
But bcoz there are no of reasons available in table-1, i want the latest one available.
Pls GUIDE

------------------------------
Anubhav Mahule
Lead consultant
------------------------------