Hi Guys,
I’m running into a challenge with a table in Looker Studio and would appreciate guidance.
Scenario:
-
I have a table with a
week_numberdimension. -
Users can select multiple weeks using a filter, e.g., 10, 11, 12, 16.
-
I want the table to show only the rows corresponding to the highest selected week (16 in this example).
Important requirements:
-
No aggregation or consolidation across weeks — Top‑N or MAX aggregations are not acceptable.
-
This should work dynamically for any combination of past weeks, not just the latest week in the dataset.
-
Essentially, the table should always display only the highest week among the user-selected weeks, at row-level detail.
I’ve explored:
-
Top‑N filters → only work for charts, not tables, and aggregate data.
-
Calculated fields (MAX(week_number), Is Latest Week flags) → fail because tables cannot compare a row-level dimension to a metric.
-
Blended data → does not allow joining a row-level dimension to a dynamic MAX metric.
-
Parameters → would require manual selection of the week, not fully dynamic.
Given these constraints, is there any way within Looker Studio to achieve this behavior for tables, or is this fundamentally a platform limitation?
Thanks in advance for any ideas or suggestions!