Win over toal

Hi guys,

i'm new with metabase and i've a question.
If i have a DB like this :

| ID | NATION | MATCH | W/L |

I want to do a Question like this : From my DB, filter W/L is "W", summarize COUNT by NATION.

This question gives me the number of W grouped by NATION, like this

Now i wanted to have on my Y-AXIS W / Total number of documents, so i can express this by percentage.
How can i do something like this?

Hi @marcopag90
Depending on which database you’re querying, you would have to do such calculation with SQL.
https://github.com/metabase/metabase/issues/10273 - upvote by clicking :+1: on the first post