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

Último valor <> de null y 0

Hola a todos,

Necesita ayuda con una mesura que me devuelva el último valor diferente de null y cero por categoría.

Aquí está el pbi de ejemplo con una tabla de resultados simulada esperada.

Gracias

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

Hola

Puede crear una medida como;

último valor =
var max_date = CALCULATE(MAX('Table'[Dates]),'Table'[Value] <> 0 , ALLEXCEPT('Table','Table'[Category]))
var max_value = CALCULATE(SUM('Table'[Value]) , 'Table'[Dates] = max_date)
volver max_value
pbi2.png

View solution in original post

4 REPLIES 4
Syndicate_Admin
Administrator
Administrator

Aquí está el archivo de ejemplo.

Syndicate_Admin
Administrator
Administrator

Hola, @Emrah_Külünk

¿Puede publicar el enlace de su solución? Probé tu mesura en mi modelo y no obtuve el mismo resultado.

Gracias

Syndicate_Admin
Administrator
Administrator

Hola

Puede crear una medida como;

último valor =
var max_date = CALCULATE(MAX('Table'[Dates]),'Table'[Value] <> 0 , ALLEXCEPT('Table','Table'[Category]))
var max_value = CALCULATE(SUM('Table'[Value]) , 'Table'[Dates] = max_date)
volver max_value
pbi2.png

@Emrah_Külünk gracias. ¡Funcionó!

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.