Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
In Power BI I am adding Table display with one column, I want only 4 rows to be shown in different columns. Please help.
Example
Name
A
B
C
D
The data after this should automaticall come in seper
Solved! Go to Solution.
add a couple of repeating index columns and use that to display your values.
Warning: This is a UX red flag.
See attached.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
So I have one column which I am taking and dispalying in power bi, The column has details like-Name, Designation, Address, Contanct and some other information in each cell.
Now when I take taht in Table visual in Power Bi, it shows in one column only, so user need to scroll a lot to see the whole data of that column. So i want data as below. The data of column as example is give under the below table.
| a | d | g | j |
| b | e | h | k |
| c | f | i | l |
| a |
| b |
| c |
| d |
| e |
| f |
| g |
| h |
| i |
| j |
| k |
| l |
| m |
| n |
| o |
| p |
| q |
| r |
| s |
| t |
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 5 | |
| 5 | |
| 4 |