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 a todos
Soy bastante nuevo en power bi, así que me gustaría recibir ayuda en esto.
Estoy intentando calcular la diferencia de mes entre la fecha máxima y la fecha seleccionada
Probé 2 métodos diferentes:
Método 1 usando today() y funcionó bien
Solved! Go to Solution.
Puedes probar esto: -
datediff2 =
var max_date = calculate(max(DATA[date]),ALL(DATA[date]))
return DATEDIFF(SELECTEDVALUE(DATA[date]),max_date,MONTH)
BR
Samarth
De acuerdo, ya lo descubrí yo mismo, para usar la función max
necesito usar maxdate= calculate(max(data[date]),all(data)); Por lo tanto, la fecha máxima será fija y, por lo tanto, puedo usarla para calcular la fecha
De acuerdo, ya lo descubrí yo mismo, para usar la función max
necesito usar maxdate= calculate(max(data[date]),all(data)); Por lo tanto, la fecha máxima será fija y, por lo tanto, puedo usarla para calcular la fecha
Puedes probar esto: -
datediff2 =
var max_date = calculate(max(DATA[date]),ALL(DATA[date]))
return DATEDIFF(SELECTEDVALUE(DATA[date]),max_date,MONTH)
BR
Samarth
muchas gracias!!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.