Forum Discussion
DavidGM
4 years agoHelper I
Create new column from data within column
Hi, I like to remove SG&A Funding from IT Funding source column and create new column for SG&A Funding with its value? I can filter IT Funding to not show SG&A, but how will I create a ne...
- 4 years ago
DavidGM , Create a measure like and try
calculate(Sum(Table[IT Fun plan]), filter(Table, Table[IT Fund source] <> " SG&A Funding"))
amitchandak
4 years agoSuper User
DavidGM , Create a measure like and try
calculate(Sum(Table[IT Fun plan]), filter(Table, Table[IT Fund source] <> " SG&A Funding"))