Customer Purchase Behavior question

lhii0109

New Member
Joined
Dec 13, 2013
Messages
3
Hi,

I am new to here. I found this forum is extremely useful for me. Is it possible for powerpivot to perform following task.

I have sale data like below where saleID is unique key.
[TABLE="width: 500"]
<tbody>[TR]
[TD]saleID[/TD]
[TD]userID[/TD]
[TD]ProductID[/TD]
[TD]PurchaseDate[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]123[/TD]
[TD]2[/TD]
[TD]11-01-2013[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]254[/TD]
[TD]2[/TD]
[TD]11-10-2013[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]123[/TD]
[TD]1[/TD]
[TD]11-11-2013[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]123[/TD]
[TD]3[/TD]
[TD]11-12-2013[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]254[/TD]
[TD]5[/TD]
[TD]11-12-2013[/TD]
[/TR]
</tbody>[/TABLE]


Is it possible for PowerPivot to have a pivot table that show what will the customer buy after buying let say productID = 2?

(The table is just for illustration. It can be changed as long it answers question above.)
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD]Next Purchase (Count UserID)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ProductID[/TD]
[TD]Count of UserID[/TD]
[TD]ProductID = 1[/TD]
[TD]ProductID=2[/TD]
[TD]ProductID=3[/TD]
[TD]Productid=5[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]


I appreciate if you can leave comment or have any idea like other approach. Thank you!
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Hi,

In your remarks you mentioned 'Is it possible for PowerPivot to have a pivot table that show what will the customer buy after buying let say productID = 2?', Yes, you may place productID in the filter field and select the data of your choice, the pivot will limit it's query to whatever is stated in the filter field.
Would that work for you?
 
Upvote 0
Hi cyrilbrd,

Thank you for your input. When I placed productID in filter field and filter productID = 3, and values - Count of UserID. It shows number of users buying ProductID 3. (For example 150 users). This is first step. From here, I am interested to look at out of 150 how many users will buy productID 1 or 2... or no purchase after purchasing productID 3. Thanks!
 
Upvote 0

Forum statistics

Threads
1,223,971
Messages
6,175,732
Members
452,667
Latest member
vanessavalentino83

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top