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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello, I have the visual below. Each column is marked by which table it comes from. Column A is "Location," Column B is "Region," and columns C are "Item Number", "Count of % Category," and "% Category."
As you can see, the total is coming to 8 but I want it to be 13 as I have 13 values in column A that are not blank.
Here are how the tables are connected. Table C has unique item numbers and is connected to tables B and C on the "Item Number" column. Tables A and B are connected on the "Location" column.
Solved! Go to Solution.
Hi everyone, I solved this issue by doing a simple COUNTX([Table A], 'Location'). This measure gave me a column with the correct total of 13. I don't think I explained what I wanted clearly enough but I'm glad to have found a solution that worked for me!
There is a solution for that using Python Visual. It is a solution that fits even if you use field parameters in your table.
https://www.simpledev.tech/post/how-to-display-the-number-of-rows-in-a-power-bi-table-visual
Hi everyone, I solved this issue by doing a simple COUNTX([Table A], 'Location'). This measure gave me a column with the correct total of 13. I don't think I explained what I wanted clearly enough but I'm glad to have found a solution that worked for me!
Please provide anonymised data that we can use rather than have to recreate everything from scratch.
Regards
Phil
Proud to be a Super User!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 46 | |
| 30 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 72 | |
| 38 | |
| 27 | |
| 24 |