Forum Discussion
First Time Fix
- 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.
Hi,
Try something like this:
Data (example):
Dax:
End result:
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
- Anonymous4 years agoNot applicable
No sorry, i dont think i have explained myself very clear.
I'm looking to add the column for Yes and No. I have a start date and finish date.
Basically i need a measure for = IF "Created Date" is the same as "Fix Date" then Yes, else No.