I have a table like below:

There are multiple WebSiteIDs. I’d like the output to be like below:
Date , WebSiteID1_Views, WebSiteID2_Views
1/1/12, 91 , 43
1/2/12, 84 , 34
(where SiteUSerID = some userdefined ID)
I’m pretty sure I need to do some sort of Join, but I cannot find the answer on Stack.
Your help is greatly appreciated!
This is the
PIVOTway:… And the Non-
PIVOTway: