Forum Discussion
irenelitw629
6 years agoHelper II
How to Fix raw width
Hi, Anyone can advice me how to fix raw width? I have a column which contains lot of txt and I don't want to show them all. For example here is the data: Sales Update xxxxxxxxxxxxxxxx...
v-easonf-msft
6 years agoCommunity Support
Hi , irenelitw629
I tried to use custom format strings in Power BI Desktop,but failed.
Url: https://docs.microsoft.com/en-us/power-bi/desktop-custom-format-strings
But I have an alternative method not sure if it works for you.
Try the function of "Extract" in Transform
The bad point of this solution is that it is equivalent to modifying the data, rather than controling the number of strings displayed in visual.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- irenelitw6296 years agoHelper II
Thank you for your reply! I also tried custom format strings before. Extract is not what i need...I still need to disaplay the entire string when i hover over the cell.