Forum Discussion
Anonymous
3 years agoNot applicable
IF in calculated column
Hi , Please I need your help , I have 2 tables : - Cashflows Fund EntryDate Commitment - ReportingDate Reportingdate reportingdate Q-1 these two tables are not linked in my model ...
- Anonymous3 years agoNewEntryDate =VAR _CurrentMonth = SELECTEDVALUE(ReportingDate[ReportingDate])RETURNCALCULATE(MAX(CashFlows[EntryDate]),DATESINPERIOD(CashFlows[EntryDate],_CurrentMonth,-1,QUARTER))
Anonymous
3 years agoNot applicable
NewEntryDate =
VAR _CurrentMonth = SELECTEDVALUE(ReportingDate[ReportingDate])
RETURN
CALCULATE(
MAX(CashFlows[EntryDate]),
DATESINPERIOD(
CashFlows[EntryDate],
_CurrentMonth,
-1,
QUARTER
)
)