Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All
I have below expression work fine :-
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
Solved! Go to Solution.
@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/
@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/
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.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
71 | |
70 | |
38 | |
28 | |
26 |
User | Count |
---|---|
98 | |
96 | |
59 | |
44 | |
40 |