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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
admin11
Memorable Member
Memorable Member

How to modify expression to make it display with ---- and Day after 30

Hi All

I have below expression work fine  :-

Customer AND Term = AR_S[CUSTOMER_AR_18] & " " & AR_S[TERM] & " " & AR_S[PIC_5]
 
it return as below :-
admin11_0-1653866789619.png

May i know how to add space between Company Name and Term with ----

So that it will display like  :-

Classic Micro Techno----30Day----No Sa

Meaning instead of display , make it display as 30day

 

Paul

1 ACCEPTED SOLUTION
VahidDM
Super User
Super User

@admin11 

Try this:

 

Customer AND Term = AR_S[CUSTOMER_AR_18] & "----" & AR_S[TERM] & "Day---- " & AR_S[PIC_5]

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: 
www.linkedin.com/in/vahid-dm/

 

 

 

View solution in original post

3 REPLIES 3
VahidDM
Super User
Super User

@admin11 

Try this:

 

Customer AND Term = AR_S[CUSTOMER_AR_18] & "----" & AR_S[TERM] & "Day---- " & AR_S[PIC_5]

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: 
www.linkedin.com/in/vahid-dm/

 

 

 

@VahidDM 

thank a lot

ManguilibeKAO
Resolver I
Resolver I

Hi admin11,

 

Perhaps you want something like the following:

 

 

Customer AND Term = AR_S[CUSTOMER_AR_18] & "---" & AR_S[TERM] & "Day" & "---" & AR_S[PIC_5]

 

 

Best Regards.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.