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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
govi
Helper II
Helper II

Count unique values

Hi,

 

I created this table:

vb.jpg

 

Rows: userName

Values: Count of message

Filter: specific message

Filter: Score B

 

I want to count the unique userNames (14).

 

I need the number (14) in another calculation.

 

Can't figure how to do it.

 

Can anyone help?

Thanks!

govi

 

 

 

1 ACCEPTED SOLUTION

The table to which I am referring is the table in the data model that contains the data you are putting into the matrix.

 

I would suggest going through Microsoft's free guided learning for PowerBI if you are unfamiliar with the platform

View solution in original post

4 REPLIES 4
dedelman_clng
Community Champion
Community Champion

You can use DISTINCTCOUNT against the table/column. You can also try COUNTROWS with SUMMARIZE, VALUES or DISTINCT

 

UniqueIDs = DISTINCTCOUNT(Table[UserID])

UniqueIDs = COUNTROWS(
           SUMMARIZE(Table, Table[UserID]) //or VALUES(Table[UserID] or DISTINCT(Table[UserID]
)

Hope this helps

David

Thanks dedelman_cling

 

But I don't know how to do that.

 

Do I first have to create the table with a dax formula?

 

I made the table I showed earlier with the use of the matrix visualization, I dont think I can use DISTINCTCOUNT agaainst that, do I?

 

Thanks!

govi

The table to which I am referring is the table in the data model that contains the data you are putting into the matrix.

 

I would suggest going through Microsoft's free guided learning for PowerBI if you are unfamiliar with the platform

Hi @dedelman_clng,

 

I found a solution:

  • I copied the concerning table.
  • Filtered it
  • And used a COUNTROWS/DISTINCT combination to return the required result

Thanks! You led the way

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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