Forum Discussion
Anonymous
5 years agoNot applicable
Creating a new column with data from another column sorted by a second column
Hello Pros',
I need to create a new column with a StatusHistoryDate that has a StatusHistory = 10.
The new column should contain only the date that has StatusHistory 10.
Please help 🙂
Is 'Status10Date' a New Measure or New Column?
Adding a new column, you can directly add IF logic looking at every row, and return a desired column.
- Anonymous5 years ago
Yes, I need a new column.
Thank you so much fhill 👍