Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
can you please help me in trimming this space please. I have used Trim function on this text field but the Trim function does not work on this.
The length of this reference is showing as 12 instead of 11. There is space before the reference number.
Thank you.
Solved! Go to Solution.
Hi @DeeMag ,
Is it like this?
TRIM function (DAX) - DAX | Microsoft Docs
Your space is between the words(double quotes), so it is not removed.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @DeeMag ,
Is it like this?
TRIM function (DAX) - DAX | Microsoft Docs
Your space is between the words(double quotes), so it is not removed.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.