Forum Discussion
Column Wrapping in a Visual
- 6 years ago
Hi,
According to your description, I create a table to test.
Here is my test table:
Please take following steps:
1)Add an index column from 1 to 9:
2)Create two columns:
ColumnHeader = INT(('Table'[Index]-1)/3)+1
RowHeader = [Index]-3*('Table'[ColumnHeader]-1)
3)Choose matrix visual:
4)The result shows:
Here is my test pbix file:
Best Regards,
Giotto Zhi
Hi,
According to your description, I create a table to test.
Here is my test table:
Please take following steps:
1)Add an index column from 1 to 9:
2)Create two columns:
ColumnHeader = INT(('Table'[Index]-1)/3)+1
RowHeader = [Index]-3*('Table'[ColumnHeader]-1)
3)Choose matrix visual:
4)The result shows:
Here is my test pbix file:
Best Regards,
Giotto Zhi
I created the 2 header fields but not sure what to do with them on the matrix visual, help! Thanks!
- Ashish_Mathur5 years agoSuper User
Hi,
Share some data, describe the question and show the expected result.