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
Anonymous
Not applicable

Concatenated column for Horizontal Slicer

Hi, I am looking for new line character between concatenated column for Horizontal Slicer. 

Table:

Column 1    Column 2

S1                 B1

S2                 B1

S3                 B2

 

I am creating new column using DAX.  

Column 3 = Table[Column1]&
                     "

                     "

                     &Table[Column2]

 

I am getting horizontal slicer like below,
S1 B1      S2 B1        S3 B2.

 

But I want result like below,

S1     S2        S3

B1     B1        B2

 

Please help me on this issue.

0 REPLIES 0

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.