im trying to minimize the words appear in my pbi table. for eg: i have one of my columns shows
| name |
|---|
| aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa |
and i want to format this column to look like this
| name |
|---|
| aaa... |
i have tried reduce the size of this column but instead it shows
| name |
|---|
| aaaa |
| aaaa |
| aaaa |
once my mouse move on it it will appear the whole content how could i format this?
