eliwaite

New Member
Joined
Feb 24, 2015
Messages
30
I am doing a basket analysis in Power Pivot, and I am almost there, but am hitting one last snag which I cannot figure out. The question I am trying to answer is how many customers purchased a specific product (with net revenue greater than zero), along with another product (with net revenue greater than zero). The data set I have has both returns and sales. The formula I have built is:

Orders with Both Products:=CALCULATE(DISTINCTCOUNT(Data[Customer Key]),CALCULATETABLE(SUMMARIZE(Data,Data[Customer Key]),ALL('Product Category'),USERELATIONSHIP(Data[Product Key],'Filter Product Category'[Filter Product Key]),Data[Net Revenue]>0))

This formula provides me with how many people bought a product (regardless of net revenue) and how many bought another product (with net revenue greater than zero). Thus, my question is how should I modify my formula so both products have a net revenue greater than zero?

Thanks for your help.
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.

Forum statistics

Threads
1,213,536
Messages
6,114,202
Members
448,554
Latest member
Gleisner2

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