Idea Summary
For reports with high-volume data, you may want to prevent the report from loading, until a filter is made, or a request is made by the user, to avoid unnecessary workload.
Use Case
IGs, IRs and other types of reports on queries that attack to high volumes of data and spends some time loading.
Preferred Solution (Optional)
As a workaround, I created a hidden item which I added to the “where” section in the query. By default, the report will load no data. Whenever the user “clicks” any part of the IG toolbar, the hidden item sets, and IG refreshes, with the data showed.
It would be a lot easier to just add a setting for activate/de-activate this feature.