A short reminder to self, you can create Dimension Links using a BigQuery source if you label the columns with >
Example:
select country, region as "country > region", amount from table
A short reminder to self, you can create Dimension Links using a BigQuery source if you label the columns with >
Example:
select country, region as "country > region", amount from table