Forum Discussion
Fusilier
Helper III
2 years agoResize either card or text box
Hi,
Rightly or wrongly, I currently have a card visual that I'm using to dynamically show selections from a filter, depending on what the user has selected, as a report subtitle.
This is the measure I'm using:
Measure 3 = IF(
ISFILTERED('Raw Data'[Department]),
CONCATENATEX(VALUES('Raw Data'[Department]), [Department], ", "),
"All Directorates")
It all works fine, but is there any way of having the card resize itself depending on the amount of text that is displayed?
Maybe a card visual is not ideal for this. Is there anything else I could use (such as a text box) that would dynamically resize itself?
No visual will dynamically resize itself, but a textbox visual will present a vertical scrollbar.