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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
powerbiexpert22
Impactful Individual
Impactful Individual

selected values in title

how to show selected reqions in title as shown below in power bi?

 

Tableau:

powerbiexpert22_0-1717383468854.png

 

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @powerbiexpert22 ,

 

Thanks @vicky_  for the quick reply and solution. This solution works for single-select slicers, and I'd like to add a slicer multi-select case:

 

We can create a title measure.

Title = CONCATENATEX(ALLSELECTED('Table'[Region]),[Region],"&") 

vtangjiemsft_0-1717469141978.pngvtangjiemsft_1-1717469163386.png

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @powerbiexpert22 ,

 

Thanks @vicky_  for the quick reply and solution. This solution works for single-select slicers, and I'd like to add a slicer multi-select case:

 

We can create a title measure.

Title = CONCATENATEX(ALLSELECTED('Table'[Region]),[Region],"&") 

vtangjiemsft_0-1717469141978.pngvtangjiemsft_1-1717469163386.png

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

 

vicky_
Super User
Super User

You need to create a measure to grab the selected value(s) of the slicer. So something like:
Chart Title = SELECTEDVALUE(Table[Region])

vicky__0-1717384451535.png

Then you can use the fx button next in the title formatting options to dynamically change the title.

Screenshot 2025-02-12 100341.png 

 

Hi, how can i make my title page change based on my discipline name selection? Help please.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors