Get the percentage of paid invoices compared to the total number of invoices.
SELECT (COUNT(CASE WHEN invoices.status = paid THEN 1 END) / COUNT(invoices.invoice_id)) * 100 AS Percentage_Paid FROM invoices
Connect 300+ sources, serve any BI tool, and give every AI agent one governed endpoint to read, and write back where the app supports it.