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
@mvarun01, me parece bien al principio parece que.
Recuento de aplicaciones ?
var _StartDate - CALCULATE(MIN('Date'[Date]),ALLSELECTED('Date'[Date]))
vare _EndDate - CALCULATE(MAX('Date'[Date]),ALLSELECTED('Date'[Date]))
devolver CALCULATE(
COUNT(
'App'[app_id]),
FILTER('App',
'App'[start_date_time] >- _StartDate,
'App'[end_date_time] <- _EndDate
)
)
Si no funcionara. ¿Puede compartir datos de ejemplo y salida de ejemplo en formato de tabla?
@amitchandak - Gracias por la ayuda, se consiguió resolver i estaba frente a ese problema debido a datetime.
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.