Hello @raghu2,
Are you getting any error when querying table: system.billing.usage?
Are you able to browse to the table through the catalog?
You would likely need the below permissions:
GRANT USE ON SCHEMA system.billing TO <user>;
GRANT SELECT ON TABLE system.billing.usage TO <user>;