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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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