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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
jmhoskinson
Helper I
Helper I

Card with Text String

I'm trying to write a measure to show a text string on a card. Ideally, the text string would be dynamic and would say something like "Jared was the top caller last month with 455 calls," The blue words being the content that needs to dynamically change. I started working with COMBINEVALUES and got stuck. Any help would be greatly appreciated.

2 REPLIES 2
AlB
Community Champion
Community Champion

Hi @jmhoskinson 

You need to specify how the dynamic parts would be determined. If it's through measures, for instance, you could something like this: 

 

Measure = 
[Measure1] & " was the top caller last month with " & [Measure2] & " calls" 

 

Yep! That example is exactly what I had in mind. Also, I forgot to mention that I need it to calculate calls for the last 4 weeks (not this week, but the four weeks prior). Thanks for the help!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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