Forum Discussion
Anonymous
4 years agoNot applicable
First Time Fix
Hello, Could someone help me with a custom column for First time Fix please? I have 2x date columns and im looking to find out if the job was completed as a first time fix. Start Date F...
- 4 years ago
Open the Power Query Editor, and click on the Add Column tab. Select Conditional Column.
When the dialogue box opens, fill out new column name box and fill out the form:Column Name = start date
operator = equals
value = change to Select a Column and select finish date
output = Yes
Else = No
This should get you there.
cmarrazzo
4 years agoFrequent Visitor
Open the Power Query Editor, and click on the Add Column tab. Select Conditional Column.
When the dialogue box opens, fill out new column name box and fill out the form:
Column Name = start date
operator = equals
value = change to Select a Column and select finish date
output = Yes
Else = No
This should get you there.
- Anonymous4 years agoNot applicable
Perfect, thank you!