Dynamic column headers

I am using a Postgres dataset.
I want to split the month in weeks and use the week number dynamicly as column headers.
Is this possible?
Or is there another way to use weeks as columns instead of rows?
I tried pivot, but I am using more then the 2 groups, 1 metric for the pivot to work.
image

Hi @DannyK
Without Pivot, then no. There’s work being done to allow more transpose ability - perhaps arriving in 0.38:
https://github.com/metabase/metabase/issues/8572

1 Like