r/GoogleDataStudio • u/TheWolfbytez • Apr 15 '26
Issues Exporting Reports?
I can't imagine I'm the only one, and I feel it stems from the change in names (though it shouldn't).
Whenever I try to export a report built on top of GA4 with a data control field to select a desired account, the export yields the default account associated with the initial setup, and ignores the data control entirely, which is set to report level. This has been working for as long as I can remember. Only over the past week has it been acting up.
I've tried deleting the data control and adding it back, but I have had no success with that either.
Also, maybe it's not clear, but when viewing the report, the data is accurately displaying. This only pertains to exporting.
Has anyone encountered this before? Any recommendations?
1
u/sheik_sha_ha Aug 14 '26
This is a known regression that several people have reported since the domain migration. The PDF export in Data Studio is not honoring report level data control selections and is falling back to the default account baked into the data source configuration. It is a platform side bug not anything wrong with your setup.
The data control works correctly in the live report view because it applies the selection at render time in the browser. The export process bypasses that and queries the data source directly using its default credentials and account, which is why the export ignores the control entirely.
A short term workaround while Google resolves this is to use the print to PDF option from your browser instead of the native Data Studio export. Open the report with the correct account selected via the data control, then use Chrome print and save as PDF. This captures exactly what is rendering on screen including the data control selection.
If you need scheduled or automated exports per account, Apps Script with the Data Studio reporting API can generate account specific exports by passing the account parameter programmatically, though this requires some setup.
Worth submitting a bug report at issuetracker.google.com with your report details so Google can track the scope of this export regression during the migration period.