Safety Guy
New Member
- Joined
- Apr 11, 2017
- Messages
- 21
I have a transaction table that contains transactions by date with a many-to-one relationship to a calendar table. On said transaction table I also have a column for review date in which is the date the transaction was reviewed. I added a Calculated Column that is a review counter (puts a "1" in the row if a date exists in the review column) and have a measure to total the review counter.
I need a pivot table with number of transactions and the number transactions reviewed each month. Since a transaction review may not be conducted in the same month as the transaction, the numbers will not always be the same.
I thought I could do it with a measure:
Transaction Review:=CALCULATE([Review Total], 'Transactions'[Review Date"))
As with most of my plans, things aren't working out the way I want. I'm getting the same numbers for each.
Any idea where I went wrong?
Thanks,
Safety Guy
I need a pivot table with number of transactions and the number transactions reviewed each month. Since a transaction review may not be conducted in the same month as the transaction, the numbers will not always be the same.
I thought I could do it with a measure:
Transaction Review:=CALCULATE([Review Total], 'Transactions'[Review Date"))
As with most of my plans, things aren't working out the way I want. I'm getting the same numbers for each.
Any idea where I went wrong?
Thanks,
Safety Guy