Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Fusilier
Helper III
Helper III

Resize 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?

 

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

No visual will dynamically resize itself, but a textbox visual will present a vertical scrollbar.

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

No visual will dynamically resize itself, but a textbox visual will present a vertical scrollbar.

Thank you!

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.