Forum Discussion
Anonymous
4 years agoNot applicable
How to cut spacing between lines in text box?
Hi everyone, Is there a way to cut the space between the lines in Power BI? I have a text box and the white space is taking up more space than I hope it does (screenshot attached below). Wonder ...
MD_POWER_BI
4 years agoFrequent Visitor
change the font size in the JSON file and that will fix your issue
"textbox": {
"*": {
"*": [
{
"fontSize": 12,
"fontFamily": "Lato",
"wordWrap": true,
"color": {
"solid": {
"color": "#000000"
}
}
}
],
"general": [
{
"responsive": true
}
],
"background": [
{
"show": false,
"color": {
"solid": {
"color": "#FFFFFF"
}
},
"transparency": 100
}
],
"visualHeader": [
{
"show": false
}
]
}
},