Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I would like to create a measure with distinct count that excludes one value out of the Employee Table. However, somehow it anyway includes the value.
@YBZ , May be an issue with the letter case, try like
Yearly Employee count = calculate(DISTINCTCOUNT('2019-2022'[Employee]),filter('2019-2022', Upper('2019-2022'[Employee]) <> "NOT ASSIGNED"))
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.