Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
my simplified data is as follows:
TABLE1
CompanyID
CompanyName
TABLE2
ProductID
ProductName
ProductCreatedDate
CompanyID
TABLE3
InvoiceNumber
InvoiceDate
ProductID
I know how to find active companies last month based on created products (DistinctCount(CompanyID) where ProductCreatedDate(month) = LastMonth)
I know how to find active companies last month based on sold products (DistinctCount(CompanyID) where InvoiceDate(month) = LastMonth)
But how do I find a count of active companies for a given month, that has sold AND/OR created a product?
Thank you in advance for your help.
It depends how your tables are related and what the true data is like. Can you post a sample workbook filled with sample data, tables joined, your working measures written
User | Count |
---|---|
85 | |
82 | |
65 | |
53 | |
46 |
User | Count |
---|---|
102 | |
50 | |
42 | |
39 | |
38 |