LIMIT caps how many rows the report returns. It is most useful with ORDER BY, which decides which rows survive the cap.
ORDER BY, the rows kept are not meaningfully ranked.
LIMIT caps the rows in the results table. To cap how many categories a chart plots instead, use the ITEMS option on VISUALIZE.
