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'm new to Powerbi, and I'm developing a board. I have three tables:
Now, I want to find a count of emp ids that belong to a particular city in Table 2. For some reason the city filter does not work in Table 1. Can someone help me with this kind of problem? Happy to explain more in case I'm not clear on my question.
Solved! Go to Solution.
it should work If you count emp id in tbl 3, like
Measure 2 =
DISTINCTCOUNT( 'Table3'[EmployeeID] )
Change filter direction between table1 and table3 with both direction.
Then use distinctcount DAX funtion.
Best Regards
Maggie
@Ramesh-iTalent , You need to count from table 3 and Table 1 and Table 2 should be 1-M relationship with Table 3
Distinctcount(Table3[emp id])
it should work If you count emp id in tbl 3, like
Measure 2 =
DISTINCTCOUNT( 'Table3'[EmployeeID] )
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 42 |