Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.