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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I'm trying to create a measure for a % total using a numerator and a denominator that will give me the total records but maintain the date filter that's in place.
I'm using:
numerator = countrows('FBS Fact Flexipod Manifest Outcome')
@Jebilaya Use ALLEXCEPT instead of ALL to maintain the date filter.
@Greg_Deckler that's what I though i would need to use but it's still not working
Dax is now