Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello community,
I need help with the following query:
I need to calculate the count of ID where, if Directors is less than 5 then add it into managers. That is as shown below image manager's count should be 6.
Thanks in advance.
Regards
Solved! Go to Solution.
Hi @Anonymous ,
Can you provide some example data from your table?
Jori
Hi @Anonymous ,
This should work.
Add a new column in your table:
Create a new table:
Create two relationships between the tables:
Then create this measure:
This will give the following result:
Jori
If I answered your question, please mark it as a solution to help other members find it more quickly.
Thank you for the solution. Works for me 👍
Really appreciate it!
Hi @Anonymous ,
Can you provide some example data from your table?
Jori
Here is the sample data:
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 45 | |
| 38 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 70 | |
| 38 | |
| 29 | |
| 26 |