Forum Discussion
Syndicate_Admin
2 years agoAdministrator
EDATE + CALCULATE
Good I have a Logistic (fact_Excel_Logistic) table that has the following columns: Date. Date on which the order goes out. Final Restriction. Number of years of restriction depending on whet...
Anonymous
2 years agoNot applicable
Hi,
I created a calculated column, is this your expected output?
TemploraryRestriction =
IF (
'fact_Excel_Logistic'[Type] = "Temporary",
EDATE (
'fact_Excel_Logistic'[Date],
'fact_Excel_Logistic'[Final Restriction] * 12
)
)
If this doesn't work, could you please give the expected output? Thanks.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum