Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Issues with this dax as a column:
My column appears correctly when in a table format:
But when I place it into a card and count distinct, it counts the blank fields
What is the issue with this?
Dax with blank at the end has the same issue
Hi,
Here's my suggestion:
Combine = Table[CaseNumber]&"-"&Table[EmplId]&"-"&Table[ParticipantName]
Count = calculate(distinctcount(Table[Combine]),Table[IemRoleInCase]="Subject")
Hi,
Here's my suggestion:
Combine = Table[CaseNumber]&"-"&Table[EmplId]&"-"&Table[ParticipantName]
Count = calculate(distinctcount(Table[Combine]),Table[IemRoleInCase]="Subject")
Have you tried using a distinctcount measure to specificially exclude blanks and use it in a card?
Something like this:
or
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 55 | |
| 43 | |
| 30 | |
| 24 |