Pmisha-bmlMdxfail.1.address
    Updated 2022-06-04
    select
    PAYER,
    count(tx_id) as no_fail
    from flow.core.fact_transactions
    where TX_SUCCEEDED='FALSE'
    group by 1
    order by 2 desc
    limit 10
    Run a query to Download Data