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
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
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.