Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi All,
For 2 to 3 fields the task is not aligned properly. Any idea on this ?
Try to use calculated column below instead.
Column = SUBSTITUTE ( Table1[Task Name], UNICHAR ( 160 ), "" )
If convenient, share us a simplified example.