Forum Discussion
Anonymous
4 years agoNot applicable
Shorten or lenghten column
Hi, I want to determine the width of matrix-columns, which are added/ deleted by the user. The "0000000"- solution does not work as some names are longer, others are shorter. I am trying to s...
- 4 years ago
So a custom column like this?
Text.Replace(Text.Start([Column], 15), "X", Character.FromNumber(173))
Anonymous
4 years agoNot applicable
With that I meant "Tricking" PowerBI into using a certain number of charactes as column width, then switching auto-width off and having all columns exactly the same width.