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 Guys
I want to create a distinct count for cancel note
These "Request from Management - pick up resource hours" should only be count once since it's all from the same date but different shift.
However, If I only use distinct count in this situation. "Request from Management - pick up resource hours" from other date will all count as only one note in total
Is there anyway I can count this cancel note also with parameter of different date so "Request from Management - pick up resource hours" from other date will count seperatly?
Thanks In advance.
Hi, @njxfoster
The sample data you share is not representative, Does the cancel_note column have only one value? The same agent_name appears on only one day? Please describe your needs completely without your subjective operational awareness. In this way we can give an accurate formula.
Do you want to count how many different dates have cancel_note under the current agent_name?
Best Regards,
Community Support Team _ Janey
Hello:
What is your expected result?
Can you try for the first measure:
Hi! Thank you for your answer
For example:
If I use distinctcountnoblank. the result for "request from managemnt" will only show 1
I want to add condition to the measure so it count this "request from management" as 3 since there are three different agents who share same cancel reason.
OK. You can put calc column in table:
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 |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 11 | |
| 10 | |
| 8 | |
| 8 |