I want to create several visualizations on my dashboard using Google Looker Studio, including a line chart, bar chart, and table. For the line chart, I need to control its dimension based on whether it shows data by month or week.
The monthly data has two periods: 9 and 10. The weekly data varies:
- Month 9 has 4 weeks
- Month 10 has 2 weeks
I want the line chart to display data by month if multiple months are selected in the dropdown list, while showing data by week if only one month is chosen. How can I achieve this dimension control specifically for the line chart without affecting the other visualizations (bar chart and table)?
Is there a way to implement this functionality within Google Looker Studio?
