Looker Studio Pivot Table Calculations Not Working

I'm using Looker Studio and needing to build a report that shows the Users, The status of their projects, The count of each status for the User and the % of the status for the user.

I have the following data:

UserStatus
John DoeDeclined
Jane DoeIn Progress
Jane DoeIn Progress
Jane DoeIn Progress
Jane DoeIn Progress
Jane DoeNot Started
Jane DoeNot Started
Jane DoeNot Started
Jane DoeNot Started
Jane DoeNot Started
Jane DoeNot Started
Jane DoeNot Started
Jane DoeNot Started
Jane DoeNot Started
Jane DoeNot Started
Jane DoeCompleted
Jane DoeCompleted
Jane DoeCompleted
Jane DoeCompleted
John DoeInitiated
John DoeIn Progress
John DoeInitiated
John DoeInitiated
John DoeIn Progress
John DoeInitiated
John DoeIn Progress

I need to create a report like this but running into issues in how to properly build the formula or getting this to work in the Looker Studio Pivot Table:

User StatusCount of StatusPercent of Status
Jane DoeCompleted422%
Jane DoeIn Progress422%
Jane DoeNot Started1056%
John DoeDeclined113%
John DoeIn Progress338%
John DoeInitiated450%
1 REPLY 1

I see. It looks like you're trying to get the percents as subtotals. That is, all of Jane Doe's rows should add up to 100%, but the total of all the rows will be 100% times the number of users. I don't think that's possible to build with formulas in Looker Studio. I think that logic would need to be defined in your data source. 

Top Labels in this Space