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
Syndicate_Admin
Administrator
Administrator

el último proceso de un año en una tabla

Hola

podría alguien ayudarme por favor

Intento mostrar el último proceso en un año en una tabla

que se filtra en un cliente

gracias

1 ACCEPTED SOLUTION

allí @Hikmet_JCI ,

Prueba esto

_Measure = IF ( Cliente[Fecha] = CALCULAR ( MAX ( Cliente[Fecha] ), ALLEXCEPT ( Cliente, Cliente[Bez] ) ),Cliente[Fecha] )

¡gracias!

View solution in original post

6 REPLIES 6
Syndicate_Admin
Administrator
Administrator

pic.png

allí @Hikmet_JCI ,

Prueba esto

_Measure = IF ( Cliente[Fecha] = CALCULAR ( MAX ( Cliente[Fecha] ), ALLEXCEPT ( Cliente, Cliente[Bez] ) ),Cliente[Fecha] )

¡gracias!

@Hikmet_JCI

¿Probaste esto?

_Measure = SI ( MAX(Cliente[Fecha]) = CALCULATE ( MAX ( Cliente[Fecha] ), ALLEXCEPT ( Cliente, Cliente[Bez],Cliente[KD] ) ),MAX(Cliente[Fecha]) )

@Hikmet_JCI

Puede intentar crear una columna

Column = 
VAR _max=CALCULATE(MAX('Table'[Date]),ALLEXCEPT('Table','Table'[Art]))
RETURN if(_max='Table'[Date],'Table'[Date],blank())

1.PNG

hola.
pero cuando uso un filtro no me muestra correctamente

Tendría que considerar una columna más

Hikmet_JCI_0-1623921798851.png

@Hikmet_JCI

entonces solo necesitas crear una medida

Measure = max('Table'[Date])

Consulte el archivo adjunto a continuación

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.