DateDimensionID | JobCloseDate | PolicyNumber | BranchID | Job |
20160701 | 7/1/2016 0:00 | A | 1 | Submission |
20160702 | 7/2/2016 0:00 | A | 3 | Policy Change |
20160702 | 7/3/2016 1:00 | C | 4 | Reinstatement |
20160703 | 7/3/2016 1:00 | A | 5 | Cancellation |
20160703 | 7/3/2016 2:00 | B | 7 | Cancellation |
20160703 | 7/3/2016 3:00 | B | 8 | Cancellation |
20160703 | 7/3/2016 4:00 | A | 6 | Cancellation |
20160704 | 7/5/2016 0:00 | A | 9 | Reinstatement |
Hi Friends,
I am trying to write a measure in tabular which gets me count of all the policies whose latest Job is "Cancellation"
latest Job is based on JobCloseDate.
For example
IN Power BI Desktop If I have a slicer on Td_Date[CalendarDate](It is connected to this table using DateDimensionID)
If I select 07/04/2016 on the slicer then the totalCount should be 1
If I select 07/04/2016 on the slicer then the totalCount should be 2
I was able to write the dax in Dax Studio but not able to put it in tabular model.
Kindly help me out on this.