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
rajendraongole1
Super User
Super User

How to get the unique count for each of the product details

Hi,

 

i have created a table view count, from below example 

 

for each of the user one product and count . but in created table there is a repeated product name and count should be come at one time for each of the username. Please suggest if any possibilities.

 

User NameProduct NameCount
Testuser1ABCD1160029675182
Testuser2ABCD1160029675182
Testuser3ABCD1160029675182
Testuser8ABCD1160029675182
Testuser9ABCD11600010071256
Testuser10ABCD11600010071256
Testuser11ABCD11600010071256
Testuser12ABCD11600010071256
Testuser1REDF16005067098
Testuser2REDF16005067098
Testuser3ABCD11600672981069
Testuser4ABCD11600672981069
Testuser5ABCD11600672981069
Testuser6ABCD11600672981069
Testuser7ABCD11600672981069
Testuser8ABCD11600672981069
Testuser9ABCD11600672981069
Testuser10ABCD11600672981069
Testuser1REDF16005067094
Testuser2REDF16005067094
Testuser3REDF16005067094




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





1 REPLY 1
some_bih
Super User
Super User

Hi @rajendraongole1 try your DAX measure : 

DistinctCountCount = CALCULATE ( DISTINCTCOUNT ( 'Sheet1'[Count] ) )
Adjust Sheet1 with your table name. I hope this help.




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!






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.