• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

ADDING COLUMN TOTAL IN PIVOT TABLE & SHOWING %COL ACROSS

Changez

New Member
Hi Folks,

This one caught me by surprise, I was asked to add a column total in this file and then show the %share of Column total by each row. I have attached the sample file for reference. Normally, I would have more Attributes to Group this by which does the Grand Total across the columns by itself, but given only one Attribute Column to Group this across, I don't see how this could be done.

Your help would be highly appreciated. Thank you.
 

Attachments

  • Book1 - REQ.xlsx
    18.7 KB · Views: 9
Transform the data. From cross-tab structure to flat table.

I.E. DataType, YrWk & Value.

I used PowerQuery to unpivot data, but killed connection, since I wasn't sure if you had access to it.

See attached.
 

Attachments

  • Book1 - REQ.xlsx
    45.4 KB · Views: 7
Back
Top