Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
I am new to Power BI. Would like to know how to display a Text Table visualization in grouped by format like below example (By default I am getting the current output, need help to get expected output) :
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
As far as I know, matrix visual is a good choice to achieve your goal.
For referecne: Create a matrix visual in Power BI - Power BI | Microsoft Learn
I think you still need to transform your visual in Format after you create a matrix.
1. Turn off "Stepped layout"
2. Turn on "Horizontal gridlines" and "Vertical gridlines". Then change the line colors the same as "Border".
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
As far as I know, matrix visual is a good choice to achieve your goal.
For referecne: Create a matrix visual in Power BI - Power BI | Microsoft Learn
I think you still need to transform your visual in Format after you create a matrix.
1. Turn off "Stepped layout"
2. Turn on "Horizontal gridlines" and "Vertical gridlines". Then change the line colors the same as "Border".
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks, it works as expected
To group like the you have to use "Matrix" visual from the visualization pane.
Thank you.