Hi @PatricioH ,
Looking at it again as you do not have a date (recent) marker, this should pick up the first non-blank values
AddColumns(
GroupBy(
TableName,
"Fetcha",
"Turno",
"Folio",
"Diamento",
"Espesor",
"Ancho",
"Largo",
"Altura de corte",
"Data"
),
"Matrices1",
LookUp(
Data,
!IsBlank('Matrices a twin 1'
).'Matrices a twin 1',
"Matrices2",
LookUp(
Data,
!IsBlank('Matrices a twin 2'
).'Matrices a twin 1',
"MatricesTotal",
LookUp(
Data,
!IsBlank('Matrices Totales'
).'Matrices Totales',
"Slash",
LookUp(
Data,
!IsBlank('Slash %')
).'Slash %',
"SlashM2",
LookUp(
Data,
!IsBlank('Slash m3')
).'Slash m3'
)
Also these are based on the field names I can see, so you will need to assure they are correct.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps