Hello,
I have a soccer’project with multiple league .
I want to create measure to sum the points by team by stage by league …

I know who do this withbigquery with windows function etc … but i try to use running_total to create measure in the explore but without success
measure: cumulative_points {
type: running_total
sql: ${points} ;;
}
But i don’t konw where to specifies i want the sum by team,by stage and by season ….