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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
mgeldert
Frequent Visitor

How to use Slicer selection on Card Visual title

I have a report where a card visual displays a max value for a column in a table.   I want to include on this card a selection from a slicer.

 

The slicer contains month names from a table.  If July is selected I would like that month name to appear in the card along with the current Value being displayed. 

 

mgeldert_0-1628628244526.png

 

Above the card has the max number of users, the slicer has a month selected (this example only has one month shown, but it can be populated with up to 12 months). 

 

My preference would  be to have the title of the card say "Concurrent users for month xxxxxxxx" where xxxxxxxx is the selected month in the slicer.    I don't see a way to make the title use a concatenated text/value so perhaps using the multi-row Card, but I still am not sure how to include the selection from the slicer in the card.

 

This is likely simple, but I am very new to powerbi so hopefully someone can let me know how to best accomplish this.

 

Thank you

 

1 ACCEPTED SOLUTION
AlexisOlson
Super User
Super User

Under the Format pane, you can put a dynamic title in using this button:

AlexisOlson_0-1628629199577.png

 

You can select a text-value measure to use here, so you'll want to define one first. Something like this perhaps:

CardTitleMeasure = "Concurrent users for month " & SELECTEDVALUE ( DateTable[Month] )

 

View solution in original post

1 REPLY 1
AlexisOlson
Super User
Super User

Under the Format pane, you can put a dynamic title in using this button:

AlexisOlson_0-1628629199577.png

 

You can select a text-value measure to use here, so you'll want to define one first. Something like this perhaps:

CardTitleMeasure = "Concurrent users for month " & SELECTEDVALUE ( DateTable[Month] )

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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