The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
@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