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.
Hi,
Im trying to count personnel that is not in a specific RLU ID. I have multiple ID's that need to excluded. How do i do this? The formula works fine, if i just use one ID.
Solved! Go to Solution.
Hi @CarlsBerg999 ,
try the below
Personnel = CALCULATE(COUNTROWS('Employee Masterdata'),NOT('Employee Masterdata'[RLU ID]) IN {"ID1234","ID4321"})
Proud to be a Super User!
Hi @CarlsBerg999 ,
try the below
Personnel = CALCULATE(COUNTROWS('Employee Masterdata'),NOT('Employee Masterdata'[RLU ID]) IN {"ID1234","ID4321"})
Proud to be a Super User!