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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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