SQL Bar Graph Tile

I have a SQL table that gets updated as items are processed. Three simple columns (renamed to protect the innocent): name, current, total.

I was hoping to use the SQL bar graph tile to show the progress. Is there any way of telling the graph tile what the max value is based on the query result (“total” column)?

example image:
image