We have a premium Google Analytics account, which will give us access to row level event data. This data is exported daily to Google Bigquery and for every day a new table w
If you're using the BigQuery Web Console, select a Destination Table, click Allow Large Results and uncheck Flatten Results.
If you're using bq command-line tool:
bq query --allow_large_results --noflatten --destination_table NAME_OF_TABLE "SELECT * from FLATTEN( [dataset], hits)"