Forum Discussion
Adding count to a table
New Column = COUNTROWS(TABLE)________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
Fowmy . Thank you for the reply. But unfortunately, that is adding a column. I want to display the count without adding a new column.
- v-lili6-msft5 years agoCommunity Support
hi PBI5851
if you want to display the count without adding a new column, there two ways for refer to;
1. Create a dynamic title in the table visual to show it.
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-format-visual-titles
https://medium.com/@patilpoojaif/dynamic-title-in-power-bi-164903723c68
2. add a count measure then drag it into card visual and put it beside the table visual.
https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-card