Forum Discussion
eilidh3
5 years agoFrequent Visitor
DAX coding for new column
Hi all, I'm after some help please š Im looking to create a new column which will take two seperate columns, combine into one with one column overwritting some existing data. I had start...
Anonymous
5 years agoNot applicable
You can use an if condition ,
if([MarketSector] = "Education","Public",[Public/Private Sector])
Hope it helps
Please accept if this answers your query.
Thanks