Forum Discussion
LearnToFly
2 years agoFrequent Visitor
Not sure how to rewrite...
TransferDate = VAR DeptMatch = --If the transaction date column is not blank, this counts the number of matches it has between departments CALCULATE( COUNTROWS(FILTER('ICS_PhoneExt_...
- 2 years ago
Replace
'ICS_PhoneExt_8x8'[8E_Ext] = VALUES('Call Detail Record'[AA_Destination])with
'ICS_PhoneExt_8x8'[8E_Ext] IN VALUES('Call Detail Record'[AA_Destination])
lbendlin
Super User
2 years agoReplace
'ICS_PhoneExt_8x8'[8E_Ext] = VALUES('Call Detail Record'[AA_Destination])
with
'ICS_PhoneExt_8x8'[8E_Ext] IN VALUES('Call Detail Record'[AA_Destination])