Hi Greg, I understand the frustration of needing to split into two tables and the concern about additional manual work. So I’d like to provide some details on why these limit exist. The limits, including the maximum number of cells, dimension size, and total query result size are in place to ensure the performance, stability, and reliability of the platform for all users. When a single query becomes too large (for example, by including a very high number of columns) this can cause performance degradation. Also network reliability, as large responses are more likely to fail due to timeouts or connectivity interruptions during download. Another factor is for consistency, as the platform is multi-tenant, so these limits help ensure one user’s heavy query cannot unintentionally impact others. Hope this helps help provide some clarity into why we have these limits in place.