Forum Discussion
Mirna
5 years agoFrequent Visitor
Calculate Transactions
Hi, I am having treouble creating a measure: I have a table with the information below. I want to know the Total number of Cage installations that were completed (date completed) during the same...
lbendlin
5 years agoSuper User
- add a calendar table to your data model
- create an active relationship to the Job Site Start Date
- create an inactive relationship to the Date Completed
- write a DAX measure with USERELATIONSHIP() to change the data model for that calculation.