Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
i need help getting a correct count using two different measure fields. hopefully i can explain. one table has an offense date. an employee can generate multiple offense date rows. that table also as an employee ibm number. the other table is from a schedule. the emplyee has a shift start date and is on a shedule. the employee can be moved to multiple scedules. it also has employee ibm number. i need to be able to count the activity of each employee by the schedule shift start date and the schedule that he is on.Sorry i cant figure out how to paste the pbix file
ok probably will be easier to help you if you put in some dummy data and also the expected result, a screenshot from an Excel sheet where you do this is probably easiest
@Anonymous Can you share a view of the data model?
work data
| ibm | number | offense date |
schedule
| ibm | schedule | shift start date |
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.
| User | Count |
|---|---|
| 78 | |
| 46 | |
| 37 | |
| 31 | |
| 26 |