Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
admin11
Memorable Member
Memorable Member

How to insert space in between Company & Group ?

Hi All

Customer Name AND GP Clas = SALES[CUSTOMER_12] & " " & SALES[GROUP_CLASS]

admin11_0-1619671969220.png

 

1 ACCEPTED SOLUTION
v-yingjl
Community Support
Community Support

Hi @admin11 ,

Please disable the 'Word wrap' option under the 'Values' tab of the table visual:

wrap.png

 

Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-yingjl
Community Support
Community Support

Hi @admin11 ,

Please disable the 'Word wrap' option under the 'Values' tab of the table visual:

wrap.png

 

Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-yingjl 

Finally it work , thank you very much.

amitchandak
Super User
Super User

@admin11 , add one or more unichar and try

 

Customer Name AND GP Clas = SALES[CUSTOMER_12] & UNICHAR(32) & UNICHAR(32) & SALES[GROUP_CLASS]

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak 

Thank you for sharing , it cannot work. still remine the same.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors