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.
I have a column with below given type of text
India;USA;UAE;UK;Australia
I need to add a space after every semicolon. This need to be done in Power Query editor using M query.
Please help.
Expected Result - India; USA; UAE; UK; Australia
Solved! Go to Solution.
@Anonymous , In power query, Right click on column or the small down arror -> replace value
;
; // give semicolon space
and try
Power Query Replace Value: https://youtu.be/hkZhZbR7Kmk
@Anonymous , In power query, Right click on column or the small down arror -> replace value
;
; // give semicolon space
and try
Power Query Replace Value: https://youtu.be/hkZhZbR7Kmk