Forum Discussion
jpdickson12
3 years agoFrequent Visitor
Filtering Out Specific String in One Field Within an Average Measure That Uses a Relationship
I have a field called 'Loans'[DTI] I want to calculate the Average of this field using the relationship 'Date'[Date], 'Loans'[Funded Date] while also filtering out any records that have the 'Loan...
- 3 years ago
jpdickson12 , syntax:
AVG Funded DTI = CALCULATE ( AVERAGE ( Loans[DTI] ), FILTER ( 'Loans', NOT ( CONTAINSSTRING ( 'Loans'[Loan Program Name], "DSCR" ) ) ), USERELATIONSHIP ( 'Date'[Date], Loans[Funded Date] ) ) / 100
Anonymous
2 years agoNot applicable
Hi jpdickson12 ,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information and description to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng