Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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 February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
80 | |
53 | |
39 | |
39 |
User | Count |
---|---|
104 | |
85 | |
47 | |
44 | |
43 |