Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hola
Tengo dos columnas. COL A tiene nombre de cuenta (donde el mismo nombre de cuenta puede aparecer varias veces) y COL B tiene la fecha de creación más temprana.
¿Cómo puedo mostrar solo la fecha más temprana por cuenta única? Sólo necesito ver la primera fecha creada por cuenta.
Gracias
Hola @davidgsuen ,
Puede probar la siguiente medida:
measure = CALCULATE(MIN('Table'[Date]),FILTER(ALL('Table'),'Table'[Account name] = MAX('Table'[Account name])))
Si este post ayuda, entonces considera Aceptarlo como la solución para ayudar a los otros miembros a encontrarlo más rápidamente.
Saludos
Dedmon Dai
hola @davidgsuen
Tratar
measure = calculate(min(Table[Date]), allexcept(Table, Table[account name]))
How in the heck did this get translated to spanish and posted in the spanish forum....
fortunately I can read, but this is odd.
Hola AZ,
Esto funcionó muy bien. Gracias.
Gracias
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.