Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!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
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |