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
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.
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
Solved! Go to Solution.
@summer18 , With all columns on row of matrix
A example measure
sumx(summarize(Table, Table[product], Table[Segment], "_1", distinctcount(Table[dis_column])), [_1])
@summer18 , With all columns on row of matrix
A example measure
sumx(summarize(Table, Table[product], Table[Segment], "_1", distinctcount(Table[dis_column])), [_1])
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 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 37 | |
| 29 | |
| 24 |