Emailed Reports Truncated After 10 Records

Hi guys,

I have a dashboard subscription that sends a summary email from a Metabase dashboard and it is only displaying the first 10 records per report. I want it to display the full 15 records because the table is small, and the only way to view the whole report is to open the .csv attached or login to Metabase and neither of those are solutions for us. Any help would be appreciated.

Thank you.

Hi @bailey.thomas
That's a hardcoded limit, it's not possible to change that currently.
https://github.com/metabase/metabase/issues/4564 - upvote by clicking :+1: on the first post

Hi flamber,

Thank you for the quick response, do you where on the post we would look for the limit that truncates after 10 records for the emails?

@bailey.thomas I don't understand. You would have to change the source code to get a different behavior. Somewhere in ./src/metabase/email would be my first guess.