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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
i'm facing a strange result of a measure
I want to calculate the disponibility of a vehicle.
For that i code the following measure
Disponibilité véhicule =
CALCULATE(
COUNT('Disponibilité'[Dispo Qualifiée]),
FILTER('Disponibilité', 'Disponibilité'[Dispo Qualifiée] = "Exploitation"))
But the result is strange, because it displays 45,
despiste i only have 22 days with the filters...
Hello @Anonymous ,
yes with the same result.
i noticed another oddity.
i have 2 segments
one with a range of dates, the other with the months
the measure is OK when i select the date AND the month, but not if i only select the range of dates