Forum Discussion
Fixed Width column based on largest Label
- 2 years ago
Hi calloni
Matrix is the way 🙂
According to the columns width,
to "freeze" them, you can apply these steps:
1. Create a measurerep = REPT("X",9)9 is the length of the longest string ("problem")+22. grab it to the values :3. switch the values to rows:
4. switch on auto size column width
5. 4. switch off auto size column width
6. remove rep measure
Result :
According to the responsivity of the matrix, you should plan the maximum width +/-, there are no other solutions
pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi calloni
Matrix is the way 🙂
According to the columns width,
to "freeze" them, you can apply these steps:
1. Create a measure
3. switch the values to rows:
4. switch on auto size column width
5. 4. switch off auto size column width
6. remove rep measure
Result :
According to the responsivity of the matrix, you should plan the maximum width +/-, there are no other solutions
pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.