Highlighting differences between old and new results and conveying value to user

Context
I have a dashboard where I want to highlight-

A. Total data that the user has uploaded on our system and the amount of matches against that data in our database.
B. The amount of difference in matches if feature "X" is turned on.

What I need to convey is that out of say, 200K items that the user has uploaded, 50K matched our database. And if the user activates feature X, the matches would increase to 81K.

The following ideas are what I have come up with-

enter image description here 1. Eg- out of the 200K items that the user has uploaded, 50K matched our database (which is made up of 30K s1 and 20K s2). However if feature X is activated, the matches would increase to 81K.


enter image description here 2. Attempt at a more visual representation of the same & highlighting the difference

This has proved to be very tricky to convey effectively. Are there any examples of such workflows which wouldn't confuse the user?