You are given a table that tracks which analysis tools candidates say they use in their day-to-day work, including tools common in Swiss Re environments such as Excel and Power BI. Write a PostgreSQL query that returns each tool_name and the number of candidates who listed it, but only for rows where proficiency_level is 'Advanced'. Sort the result by the candidate count in descending order, and then by tool_name alphabetically.