nits362-i
    Updated 2022-11-24
    select count (distinct tx_id) as Votes_Count,
    count (distinct voter) as Voters_Count
    from osmosis.core.fact_governance_votes t1 join osmosis.core.dim_vote_options t2 on t1.vote_option = t2.vote_id
    where tx_status = 'SUCCEEDED'
    and proposal_id = '362'
    Run a query to Download Data