In general, you would create a measure or column (probably a measure) that would contain your % of running total and then just add that measure a line chart visualization. If you provide some sample data, I could be more specific but you can check out the following link for a DAX pattern for running total:
http://www.daxpatterns.com/cumulative-total/