Reporting number of entities created over time

I’d like a report that shows the number of entities from a database created over time, e.g. X-axis shows number/week.

I tried doing the default Count of records but that looks to show the count of all records currently open at that time, which is not the same.

Any tips appreciated!

Try setting the chart x-axis to Creation Date, grouped by week, and configured with periodic scale.

Then set the y-axis to Count of Records: COUNT([Public Id])

Here’s how it looks for me (displayed as a histogram)

Is that close to what you needed?