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.
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