Forum Discussion
AmiraBedh
Super User
4 years agoAdd countrows to the total in a table
I have a table with many columns representing information about tickets and some measures. I want to display : in the total in the last line of the table : the number of the tickets displayed each ...
- 4 years ago
You can create a measure for the section title :
Display message = "Total of tickets " & COUNTROWS(yourTable)
BedhiafiAmira
4 years agoFrequent Visitor
You can create a measure for the section title :
Display message = "Total of tickets " & COUNTROWS(yourTable)