What "remaining fields"? In an aggregate query, all your fields would need to be part of some aggregate function (i.e. Group By, Sum etc).
If you need additional data returned, you may need to save this as a Stored query, and build a new query that uses this one as the base, then add other fields to flesh out the display.