Hola.
Tengo la tabla de fechas. ¿Cómo comparo los meses exactos del año fiscal actual con el año fiscal anterior?
El año fiscal comienza en noviembre. Gracias.
@Oros , En cualquier caso tienen 12 meses o 1 año de diferencia
Medir con TI puede ayudar
último año MTD Ventas = CALCULAR(SUMA(Ventas[Importe de ventas]),DATESMTD(dateadd('Fecha'[Fecha],-12,MES)))
Año anterior Mes Ventas = CALCULAR(SUMA(Ventas[Importe de ventas]),previousmonth(dateadd('Fecha'[Fecha],-11,MES)))
último año MTD (completo) Ventas = CALCULAR(SUMA(Ventas[Importe de ventas]),DATESMTD(ENDOFMONTH(dateadd('Date'[Date],-12,MONTH))))
Año detrás de las ventas = CALCULATE(SUMA(Ventas[Importe de ventas]),dateadd('Fecha'[Fecha],-1,Año))
Año detrás de las ventas = CALCULATE(SUMA(Ventas[Importe de ventas]),SAMEPERIODLASTYEAR('Fecha'[Fecha]))
También se discutió el período o año personalizado aquí
Inteligencia de tiempo, DATESMTD, DATESQTD, DATESYTD, Week On Week, Week Till Date, Custom Period on Period,
Período personalizado hasta la fecha: https://youtu.be/aU2aKbnHuWs&t=145s
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
3 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |