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! It's time to submit your entry. Live now!
Hola a todos.
Este es mi primer post y solicito ayuda para traer la suma acumulada de diferencia entre años.
la diferencia la realice a trves de una medida y quiesiera que se sume acumulativamente esas diferencias cada año
@Syndicate_Admin , ¿necesita ytd vs último ytd?
Con la ayuda de la tabla de fecha unida a la fecha de la tabla
YTD Sales = CALCULATE(SUMA(Ventas[Importe de ventas]),DATESYTD('Fecha'[Fecha],"12/31"))
Últimas ventas YTD = CALCULATE(SUMA(Ventas[Importe de ventas]),DATESYTD(dateadd('Fecha'[Fecha],-1,Año),"12/31"))
YTD =
var _max = if(isfiltered('Date'),MAX( 'Date'[Date]) , today())
var _min = eomonth(_max,-1*MES(_max))+1
devolución
CALCULATE([net] ,DATESBETWEEN('Date'[Date],_min,_max))
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: año tras año con o sin inteligencia de tiempo
https://medium.com/@amitchandak.1978/power-bi-ytd-questions-time-intelligence-1-5-e3174b39f38a
https://www.youtube.com/watch?v=km41KfM_0uA