count records

Hi Guys I need some help, I have a report dashboard and i want to show the number of records from the report data view. I’ve already tried the group aggregate count, but it doesn’t show on the report. thanks in advance

In the view’s Display Name

set

"Report name" & COUNT(<your filter expression>)
1 Like

Thanks :grinning_face: