Reducing transaction costs and improving provider experience using SQL Stored Procedures and Power BI.
Scenario: A healthcare payment processor was experiencing rising operational costs. Too many providers were requesting paper checks ($3.50/txn) instead of digital EFTs ($0.10/txn).
The Objective: Identify the specific "High Cost" providers and quantify the potential savings of converting them to digital payments, while ensuring payment latency (Customer Experience) remained low.
To automate the identification of "High Risk" providers, I built a Stored Procedure in SQL Server. This replaces manual Excel reporting with a single-click solution.
This script calculates the Cost to Serve and flags providers with poor Customer Experience scores (Latency > 10 Days).
I designed a Power BI dashboard to visualize the Measurement Framework. Using DAX, I calculated key performance indicators to track Digital Adoption and Financial Impact.
Figure 1: The Payment Optimization Dashboard identifying $15k in immediate savings opportunities.
To ensure accuracy, I built dynamic measures using DAX rather than relying on simple column aggregations.