Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I am wanting to remove spacing from the text string like "ex08 kiu" so it would read "ex08kiu" how can I acheive trhis in dax?
I thought about using = Substitute(" ",textstring,"") but that does not seem to work... any ideas?
Thanks
Solved! Go to Solution.
Hi, have you maybe changed the order? I use as a calculated column:
Column without spaces = SUBSTITUTE(Table1[Header];" ";"")
and that seems to work.
/Johan
Hi, have you maybe changed the order? I use as a calculated column:
Column without spaces = SUBSTITUTE(Table1[Header];" ";"")
and that seems to work.
/Johan
Hi yes was the order... thanks
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
104 | |
69 | |
49 | |
41 | |
34 |
User | Count |
---|---|
164 | |
111 | |
62 | |
53 | |
38 |