We are a SaaS based company. We are exploring to use Google data studio to provide reports and dashboard to our users (belong to an organisations). We have our data in BigQuery. Our challenge is - we need to show report on our web application as per the logged in user's org id. So, need to have a filter. We cannot create the report and embed the link as we cannot apply the pre-filter (logged in user's org) in this case and it has to be dynamically applied. So, the other option seems to be writing a custom data connector of our own. On a high level, I understand that I need to create a data connector, bind it to biqquery, report template Id and params (org Id in our case). But not able to really execute it. Any direction or example will really help.
Thank you.