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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I wanted remove last two characters from the string 'demo"}' ie, i want to remove " and }
I tried using the below code but its not working
LEFT([column],,(LEN([column])-2)) and its not working .. can anyone help me please on this pls
Solved! Go to Solution.
It is definitely a column and not a measure? Do you get an error or blank?
try left([column],(LEN([column])-2)) with 1 comma.
It is definitely a column and not a measure? Do you get an error or blank?
@sharvan029,
Glad to hear the issue is solved, you can accept appropriate reply as answer to close this thread.
Regards,
Lydia