Forum Discussion
CharnanK
2 years agoHelper I
New Column
I need to create a column in a table, based on another column data. New Column: Business Unit If LV Sector = North Coast Sector &/or Southern Sector - I want the new column to Show Regional opera...
Uzi2019
2 years agoCommunity Champion
Hi CharnanK
Please create the following column
BU =IF(
OR(
'Table'[LV Sector] = "North Coast Sector" , 'Table'[LV Sector] = "Southern Sector"),
"Regional Operations",
"-"
)
If my post helps please give kudos and accept it as a solution!
Thanks
CharnanK
2 years agoHelper I
Clicking on Custom Column, and the box doesn't allow me to do the 'IF' Function
I want this:
to have another column where
Southern Sector = Regional Operations
Metro SW Sydney = Metropolitan Operations
etc.......