Number of lines + Date (In a pie chart)

Hello everyone,

I'm trying to display a Pie Chart and link it to the Date filter.
In short, i filter my table with the number of lines for each rating (1,2,3,4,5)
But I'm having trouble adding a date interval/date so that i can represent it in a PieChart and filter by the date
Example of a line in the table => date, rating

I would be very thankful for your help!!

image
filter

Hi @elianero
I don't understand. Pie chart only allows two columns, Rating and Count in your example.
Sounds like you are looking for multiple breakouts, which is currently not supported:
https://github.com/metabase/metabase/issues/8563 - upvote by clicking :+1: on the first post

Just to understand this correctly:
It is not possible to create this pie chart for example and then use a filter to filter by day,month,last year etc...

@elianero You can filter the results as needed, but it sounded like you wanted to include the date into the results as another dimension.


1 Like

Ahh i think it is my fault, my date is the wrong format!
Thank you!