Forum Discussion
Poornima2023
3 years agoHelper I
Table in Power BI-Display Help
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...
- 3 years ago
add a couple of repeating index columns and use that to display your values.
Warning: This is a UX red flag.
See attached.
Poornima2023
3 years agoHelper I
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 |
lbendlin
3 years agoSuper User
add a couple of repeating index columns and use that to display your values.
Warning: This is a UX red flag.
See attached.