March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hola
Necesita ayuda para resolver el siguiente problema.
Tengo un dato de enero para engañar, pero necesito mostrar sólo los datos hasta el mes pasado -1.
Ejemplo: la primera muestra de tabla es el qty total, cuando calculé el total cummulative que está mostrando para dec también. Traté de filtrar, pero ahora no está funcionando.
Solved! Go to Solution.
Trate con la tabla de fechas como
Ventas de Cumm: CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(date),date[date] <-maxx(date,dateadd(date[date]),-1,month)))
Trate con la tabla de fechas como
Ventas de Cumm: CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(date),date[date] <-maxx(date,dateadd(date[date]),-1,month)))