The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
@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