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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anshenterprices
Helper IV
Helper IV

merging cells in table

Source data

CollegeNameClassnoofstudents
ABCFY60
ABCSY80
ABCTY50
XYZst40
XYZnd70
XYZrd30



i want below output but i dont want matrix table

CollegeNameClassnoofstudents

                                     FY          60
  Abc                             SY          80

                                     TY           50
                                    ST            40
XYZ                               nd            70
                                    rd               30
   



1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anshenterprices , This best possible in matrix

 

or try

concatenated(Table, Table[Class] & " " & Table[noofstudents],unichar(10))

 

or

concatenated(Table, Table[Class] & " " & Table[noofstudents] & unichar(10))

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@Anshenterprices , This best possible in matrix

 

or try

concatenated(Table, Table[Class] & " " & Table[noofstudents],unichar(10))

 

or

concatenated(Table, Table[Class] & " " & Table[noofstudents] & unichar(10))

@amitchandak  I have used the matrix then turned off the row_header stepped layout from the property of matrix and after that i opened all the + icons and then turn off the  +/- Icon from the property of matrix. its sorted finally its looks like simple table now

Hi @Anshenterprices ,

 

As mentioned above, the best way to show the results is to create a matrix visual. If your question has been solved, you can mark the correct response as a standard answer to help the other members find it more quickly.


If the problem is still not resolved, please provide detailed error information. Looking forward to your reply.🙂

Best Regards,
Henry

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.