Join 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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
@amitchandak May be you can help here as well.
I've created a measure like below:
Solved! Go to Solution.
@Anonymous , You giving a filter on work item type and taking a distinct of that , They are from different tables, Hope this not key they are joined on
Feature = CALCULATE(DISTINCTCOUNT('devops-query-spr2'[Work Item Type]),FILTER('devops-query-spr2','devops-query-spr2'[Work Item Type]= "Feature"))
Are you using right column for distinct ?
or
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@amitchandak Please see below table:
| Work Item Type | Work Iteam iD | Title |
| Issue | 1 | abc |
| Bug | 2 | def |
| Feature | 3 | ghi |
| Feature | 4 | 123 |
| User Story | 5 | 789 |
I want only count of distinct value of Feature from column "Work Item Type" which is 2 but its coming just 1 for me when I'm creating the measure.
@amitchandak if i use just count the value is coming correct but I want the distinct value which is 89.
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 | |
| 51 | |
| 39 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 81 | |
| 34 | |
| 29 | |
| 25 |