Show AWS Cloudwatch data in table

I want to show my EC2 instances in a table - something like:
INSTANCE START TIME CPU …
0-12345678 12:08 47.88
0-87654321 13:09 23.10

But I can only get it to show data from one metric (e.g. CPUUtilization) and one instance as a time series in the table. Is there any way of doing this?