This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
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)
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 22 | |
| 21 | |
| 21 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 55 | |
| 55 | |
| 48 | |
| 26 | |
| 24 |