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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
roygervase
Frequent Visitor

Display Count of Non Unique values in a column on a Card

I have a table for HD Tickets one column has User and another has Ticket #.  I want to display on a card the number of users that have multiple tickets.  On the transformaiton Page the info is there for Distinct Users and for Unique. 

roygervase_0-1677084515035.png

 

I could just subract and get the number.  I cannot figure out how to get the Unique number.  I want to put it in a card.  I can create a table that has the users and count of users do a filter on the visual count of Call No >1 

roygervase_1-1677084813823.png

 

I want the card to show  No of users.  When there is a larger like 20+ the number of calls is not as important as the number of users which is always there question.

2 REPLIES 2
mark_endicott
Super User
Super User

@roygervase - Did this work? Please could you mark it as the solution if yes, this helps other users find it. 

mark_endicott
Super User
Super User

@roygervase - Your card will need a DAX measure like the below:

 

CALCULATE( DISTINCTCOUNT( Table[USER] ), FILTER( Table, [Count of Call No] > 1 ))

 

You just need to put your table and column names in place of the ones I have added. 

 

If this works, please mark it as the solution. 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.