Forum Discussion
How to create a conditional column based on newly added column in data?
Hi,
I have parsed out text from a column (Team)and created a new one (Team ver1). I would like to rename some values in Team ver1 column but Power BI won't allow me to do that using conditional column as it picks only original columns from the data.
Is there a way to achieve this?
4 Replies
- AnonymousNot applicable
Hi saipawar
I assume you are creating a conditional column teamver1 and you would like to replace some values. You can use the "add conditional Column" in power Query and handle the replacement by using the IF clause .
If this is not you are looking for, then more details is appriciated.
Thanks
Raj
- saipawar
Helper IV
Hi Anonymous
I am aware of this functionality. However, the column I intend to use is a derived column. It did not exist in the original table.
- AlexisOlson
Super User
If you defined the derived column outside of the query editor (presumably with DAX), then you'll need to define your conditional column with DAX as well. You can't bring a DAX calculated column back into the query editor.