Forum Discussion
New column if statement
Hi
I have used the simple if command as below
It would be similar to
DATEDIFF(<start_date>, <end_date>, <interval>)The interval is the units so it would be one of these
- SECOND
- MINUTE
- HOUR
- DAY
- WEEK
- MONTH
- QUARTER
- YEARCheck it here https://docs.microsoft.com/en-us/dax/datediff-function-dax
5 Replies
- HotChilliCommunity Champion
You will need the Dax DATEDIFF function. I think you need to pass DAY as the third parameter.
I have just noticed that this question is in the Power Query forum but you wrote some DAX. That's OK but make sure you create the column in the right place.
- AnonymousNot applicable
thanks
I am very new in Power bi,
could you please tell me an example?
I couldn't understnd what the third argumnet is
thanks
- HotChilliCommunity Champion
It would be similar to
DATEDIFF(<start_date>, <end_date>, <interval>)The interval is the units so it would be one of these
- SECOND
- MINUTE
- HOUR
- DAY
- WEEK
- MONTH
- QUARTER
- YEARCheck it here https://docs.microsoft.com/en-us/dax/datediff-function-dax