Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
manoj_0911
Kudo Collector
Kudo Collector

Incorrect Count Distinct in Table and Visualization

I am facing an issue where the *Count Distinct* for a field (`Connected`) is incorrect in visualizations like tables and decomposition trees. For example, for `Division Name: Bangalore`, the database shows a distinct count of `Connected` as **296**, but Power BI displays a higher value.

 

The `Offered` field, on the other hand, displays the correct sum in all visualizations. This inconsistency seems specific to the `Connected` field.

 

Steps Taken:
1. Verified the data in the database, confirming the correct distinct count for `Connected`.
2. Cross-checked with other fields like `Offered`, which are accurate in Power BI visualizations.
3. Tested in different visuals (Table, Decomposition Tree, etc.), but the issue persists.

 

Attachments:
- Sample Data in Excel
- `.pbix` file for replication

 

https://docs.google.com/spreadsheets/d/1u5JUN4NtL2L-odbmocS6WPJM8fmb4g9w/edit?usp=sharing&ouid=10765...


https://drive.google.com/file/d/1gdRJV6-MuT-giv4HitPlOzp0ZSKg-g7q/view?usp=sharing

manoj_0911_0-1734086745695.png

 

Expected Behavior:
The `Count Distinct` for the `Connected` field should align with the database values and match across visuals.

 

Environment Details:
- Data Source: [SQL Server]

 

I would appreciate it if the community could provide insights or solutions to resolve this issue.

1 ACCEPTED SOLUTION
HotChilli
Community Champion
Community Champion

There are null values (blanks) in the data so technically the result looks correct but not what you want.

I think you can use DISTINCTCOUNTNOBLANK in a measure for this.

Use +0 if you want to force a 0 result when it would otherwise be blank

View solution in original post

4 REPLIES 4
HotChilli
Community Champion
Community Champion

There are null values (blanks) in the data so technically the result looks correct but not what you want.

I think you can use DISTINCTCOUNTNOBLANK in a measure for this.

Use +0 if you want to force a 0 result when it would otherwise be blank

Thank you so much for helping me fix this.

manoj_0911
Kudo Collector
Kudo Collector

The total for the Connected field in the visual seems to be inaccurate. Based on the database query results, DNIS ending with 555 has 295 calls in the database. The other DNIS values shown in Power BI are showing as 0 in the database. Additionally, an extra record appears in Power BI. I have attached the database query results for reference to assist in troubleshooting

manoj_0911_1-1734092577421.png

 

HotChilli
Community Champion
Community Champion

"Expected Behavior:
The `Count Distinct` for the `Connected` field should align with the database values and match across visuals." - that's a little bit obscure.

Do you mean "the total is not right" for that visual? Is it supposed to be 306 for this visual?

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.