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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hola equipo,
Tengo la siguiente fórmula:
Solved! Go to Solution.
¿También tiene una columna numérica del mes?
Entonces se vería así.
CALCULATE(DISTINCTCOUNT(Contracts_Details[Contract Ref.]),filter('Calendar','Calendar'[Month No]=MIN('Calendar'[Month No])))
Creo que MIN ('Calendario' [Nombre del mes]) siempre debería devolver el mes más antiguo.
Suponiendo que la clasificación de la columna se estableció correctamente.
No funciona.
Si borro el nombre del mes (Slicer) también, debería funcionar: considere el no del mes JAN.
cometió un error en el comportamiento.
Tal vez pueda usar mejor el mes como un número para filtrar o determinar la asignación de la siguiente manera.
Oldest Month = MINX(FILTER(ALL('Calendar'[Month Name], 'Calendar'[Month No]), 'Calendar'[Month No] = MIN('Calendar'[Month No])), 'Calendar'[Month Name])
No puedo adjuntar archivos en este subproceso.
¿Puede explicarme cómo enmendar esta fórmula?
CALCULAR(DISTINCTCOUNT(Contracts_Details[Contrato Ref.]),filtro('Calendario','Calendario'[Nombre del mes]="Enero"))
Aquí jan debe ser reemplazado por el mes más antiguo, si no se selecciona ningún mes, debe considerar 'Jan'.
Si selecciono mayo, febrero, julio, entonces debería considerar febrero (mes más antiguo).
¿También tiene una columna numérica del mes?
Entonces se vería así.
CALCULATE(DISTINCTCOUNT(Contracts_Details[Contract Ref.]),filter('Calendar','Calendar'[Month No]=MIN('Calendar'[Month No])))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!