Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Syndicate_Admin
Administrator
Administrator

Si id está en blanco, quiero devolver 0

Desde este DAX, ¿cómo puedo comprobar id en blanco?
Primer ID de plomo =
DÓNDE firstassigndate =
CALCULAR (
MIN ( 'plomo'[created_at] ),
TODOS excepto('plomo', 'plomo'[id])
)
DEVOLUCIÓN
CALCULAR (
VALOR SELECCIONADO ('plomo'[ID de plomo]),
FILTRO (
TODOS excepto( 'plomo', 'plomo'[id]),
'plomo'[created_at] = firstassigndate
)
)
1 REPLY 1
Syndicate_Admin
Administrator
Administrator

@norworrrr , simplemente agregue +0 al final .

Primer ID de plomo =
DÓNDE firstassigndate =
CALCULAR (
MIN ( 'plomo'[created_at] ),
TODOS excepto('plomo', 'plomo'[id])
)
DEVOLUCIÓN
CALCULAR (
VALOR SELECCIONADO ('plomo'[ID de plomo]),
FILTRO (
TODOS excepto( 'plomo', 'plomo'[id]),
'plomo'[created_at] = firstassigndate
)
) +0

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors