Forum Discussion
use text type column in DAX
- 10 years ago
Well, first you would have to relate your tables to one another so you will need to create a new column that concatenates the Project ID in Master with a P prefix. Relate tables. Then, you can try having Project Plan Status be a calculated column that uses IFERROR and SEARCH and feed it Task status, have it look for "In progress". If it errors, set "Completed", otherwise set "In progress".
Well, first you would have to relate your tables to one another so you will need to create a new column that concatenates the Project ID in Master with a P prefix. Relate tables. Then, you can try having Project Plan Status be a calculated column that uses IFERROR and SEARCH and feed it Task status, have it look for "In progress". If it errors, set "Completed", otherwise set "In progress".