Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I have a matrix with values of distinct count of ID's but in my total i want count of it, i.e
The total value is giving me count of distinct is my guess, but i need the actual sum of all the columns and not distinct.
Also the columns in the matrix are days in a months from date.
Any help is appreciated. Thank you
Hi @Anonymous,
The total row calculates based on the detailed rows above. So, if you show distinct count in detailed rows, the total row will sum up the dixtinct count values by default.
Regards,
Yuliana Gu
@v-yulgu-msft Thanks, that sounds about right, i failed at my attempt of a work around and landed up hiding the row total as it was only a nice to have.
Thank you all!
Hi,
Share the link from where i can download your file.
Hey,
maybe a Measure like this will do the trick
CALCULATE( SUMX( ALLSELECTED('yourtable'[thecolumnthatisonrows]) ,DISTINCTCOUNT('thetable'[thecolumnyoucountdistinct]) ) )
If this will not work, than it will be helpful to create a pbix with sample data, upload the file to onedrive or dropbox and share the link.
Regards
Tom
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.