Do not know if Stackoverflow is the right platform to ask this question, as the technical nature might be limited. I am working on setting up a dashboard using the BigQuery data connector 'ga_sessions_YYYMMDD' connection. This connection has a couple of custom dimensions set up in Google Analytics, which I can access in the BigQuery Console, hence I know they exist and contain data. Two of these custom dimensions are Language (the language the page is being displayed in) and Country (the locale the visitor is visiting). They have a custom dimension index of 4 and 5 respectively.
I am trying to make the values from these custom dimensions FILTERS in my reports which apply to other widgets in my dashboard. I try to do this by adding a report filter based on dimension: 'customDimensions.value' and applying a filter within this report filter with 'customDimensions.index' equals 4. But this method does not work.
Can anyone help me with the correct way of setting up a custom dimension as a report filter in Google Data Studio using the Google BigQuery datasource?
I have tried a lot of things and keep asking this question, but no one seems to be able to help me. To summarize, I am simply trying to make a report filter using a custom dimension from BigQuery.
Help is hugely appreciated!
Joost