Forum Discussion
Time calculation with DAX or conditional column
- 3 years ago
It try it with a calculated table (not in Power Query Editor), it works with time and datetime:
Column = if('Table'[Carrier]="JET BLUE",'Table'[time]-'Table'[time frame]) - 3 years ago
In my example
Column = if('Table'[Carrier]="JET BLUE",'Table'[time]-'Table'[time frame])
both time.
I do not understand your question 🙂
Please post some example data with the table function, no screenshot please
Hi,
Let me show you:
1. I try to create a conditional column. For example. if Carrier = Jet Blue, Time Frame = 75 (minutes).
Then created a custom colum to subtract time_frame from real time (Hora ATD):
Here is the Error:
I think might be the data type I selected for time_frame.
Please let me know iyour comments.
Thanks,
2. Then I tried to subtract the time frame from Time column. But the result is the time itself and not the subtracted calculated time.
Then