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
summer18
Helper III
Helper III

Sum of Distinct Count with drilldown

Hi,

 

I need help on getting the sum (total) of distinct count with multiple dimensions (contains drilldown) in matrix table.

 

LEFT chart is the pivot table from excel which should be correct values while

RIGHT chart is from PowerBI but contains wrong totals.

 

screenshot02.jpg               screenshot01.jpg

 

I used a sample data here.  please bear with my sample values.

 

Here are my files:

excel: https://drive.google.com/file/d/1kdvRUssljR2nyqPZdzTv6usHuRbIWAxt/view?usp=sharing

pbix: https://drive.google.com/file/d/1zB9wnXUe8l7VexgqJgmWuMKmm8ye_AcF/view?usp=sharing

 

regards,

summer

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@summer18 , With all columns on row of matrix 

A example measure 

sumx(summarize(Table, Table[product], Table[Segment], "_1", distinctcount(Table[dis_column])), [_1])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@summer18 , With all columns on row of matrix 

A example measure 

sumx(summarize(Table, Table[product], Table[Segment], "_1", distinctcount(Table[dis_column])), [_1])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank you @amitchandak .  It works!  You're really a great help to me 

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.