Sbhn_NP196 total
    Updated 2022-11-02
    select
    count(DISTINCT tx_id) as votes,
    count(DISTINCT voter) as voters
    from osmosis.core.fact_governance_votes a
    join osmosis.core.dim_vote_options b on a.vote_option=b.vote_id
    where proposal_id = 196
    and tx_status = 'SUCCEEDED'

    Run a query to Download Data