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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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