The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!
User | Count |
---|---|
85 | |
84 | |
36 | |
34 | |
31 |
User | Count |
---|---|
92 | |
79 | |
66 | |
55 | |
52 |