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.
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.