How to use one template of google data studio for multiple accounts dynamically?

限于喜欢 提交于 2020-02-16 06:54:18

问题


I've been looking for a while how to do this:

I have a datasource with the information o multiple clients, I want to create a template of Google Data Studio to show some reports. However, I want that template to be unique and some how show the information per client in the Datasource. Is this possible? Should I use another tool?


回答1:


This can be achieved through Report URL parameters. This will let you use one report, but change the configuration parameters through the url--effectively using your initial report as a template.

Additionally, you might be interested in Row level filtering which can be used to achive a similar goal. The current guide is set up to work with BigQuery, but will work with any other data source.




回答2:


What's the Data Source? One way it could be achieved is by email address:

Is it possible to add a column that links clients names / ID with an email address on each row, so that each row will have one email address? If an additional column could be added to your Data Set (e.g. if it's an SQL based Data Source then perhaps using a JOIN with a table that has the contact details of the client) that only lists the email address, then, at the Data Source, you could filter by email address.



来源:https://stackoverflow.com/questions/58106027/how-to-use-one-template-of-google-data-studio-for-multiple-accounts-dynamically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!