To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
@Anonymous Try this as a New Column
NewData = IF(LEFT([Data],1)="2",MID([Data],2,LEN([Data])-1),[Data])
Proud to be a PBI Community Champion
@Anonymous Try this as a New Column
NewData = IF(LEFT([Data],1)="2",MID([Data],2,LEN([Data])-1),[Data])
Proud to be a PBI Community Champion
I have table called Dept. I have one column called Departments
Deaprtments values started from ABC_
I want to remove ABC_ from all department values.
Do I need to create new mneasure on Departments or New Column? I tried both but not successful yet. Thanks
Thanks
Worked perfect. Thanks for your help