I have the following tables in PowerPivot:
The Metrics table is my 'fact' table and is linked to the DateTable and CustomersTable.
I would like to graph two values on a graph with the month on the x-axis (categories)
I have the measure built for item #1: =CALCULATE(COUNTROWS(DISTINCT('CustomersTable'[CustomerID])), FILTER(MetricsTable, [IntegrationYesNo] = "Yes"))
What I can't figure out is how to do #2, I know I am close just can't get over the hump. I am limited to PP Version 1.
Thanks in advance.
- DateTable
- MetricsTable
- CustomersTable
The Metrics table is my 'fact' table and is linked to the DateTable and CustomersTable.
I would like to graph two values on a graph with the month on the x-axis (categories)
- The number of unique customers, using integration, in the corresponding month
- The number of unique customers, using integration, in all months up through corresponding month
I have the measure built for item #1: =CALCULATE(COUNTROWS(DISTINCT('CustomersTable'[CustomerID])), FILTER(MetricsTable, [IntegrationYesNo] = "Yes"))
What I can't figure out is how to do #2, I know I am close just can't get over the hump. I am limited to PP Version 1.
Thanks in advance.