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 nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi,
I have a matrix with values but some of my totals don't add up. My value is a distictcount on app_id which is a text. I also have a 1 to 1 join app ID To comp ID. I use the comp table for the row (house_type)
House. Flat. Bungalow
Rem. 20. 5. 1
Conv. 30. 10. 3
FA. 12. 7. 2
Total 60. 21. 6
Any idea how to get this to Total right please?
Hello @M_SBS_6 ,
try creating this measure:
measure = countrows( values(YourColumnName))
Proud to be a Super User! | |
Thanks for the suggestion but that gives me the same output as my distinct count.
Hello @M_SBS_6 ,
it depends on the measure you're using. Please insert your measure.
Proud to be a Super User! | |
I'm just dragging app_id into the value then on the down arrow, I am selecting Count (distinct)
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 29 | |
| 28 | |
| 20 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 35 | |
| 28 | |
| 20 | |
| 18 | |
| 17 |