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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Nfuentes86
Helper I
Helper I

Title Name change on selection

Screenshot 2025-02-12 100341.png Hi guys, how can i change my title name based on the selection under the discipline name selection?  So if i Select "CIVIL" i want my title page to display that. Help please. 

2 ACCEPTED SOLUTIONS
arvindsingh802
Super User
Super User

Do refer solution provided in below post
https://community.fabric.microsoft.com/t5/Desktop/selected-values-in-title/m-p/3967336 


If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!
Proud to be a Super User!!

View solution in original post

v-nmadadi-msft
Community Support
Community Support

Hi  @Nfuentes86 ,
Thanks for reaching out to the Microsoft fabric community forum.
Thanks, @arvindsingh802 , for sharing such a helpful solution! I tested it in my workspace by replicating the steps, and it worked successfully. Appreciate the valuable insight!
Please use this Dax query to dynamically change the Title based on slicer slection

Title = CONCATENATEX(ALLSELECTED('superstore (1)'[Country]),[Country],"&")

vnmadadimsft_0-1739429094968.png

 

For more information on Concatenatex: CONCATENATEX function (DAX) - DAX | Microsoft Learn

The dax query works for multi slicer selection as well

vnmadadimsft_1-1739429094976.png

 



If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS.
Thanks and Regards

View solution in original post

3 REPLIES 3
v-nmadadi-msft
Community Support
Community Support

Hi @Nfuentes86 ,

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

Thank you.

v-nmadadi-msft
Community Support
Community Support

Hi  @Nfuentes86 ,
Thanks for reaching out to the Microsoft fabric community forum.
Thanks, @arvindsingh802 , for sharing such a helpful solution! I tested it in my workspace by replicating the steps, and it worked successfully. Appreciate the valuable insight!
Please use this Dax query to dynamically change the Title based on slicer slection

Title = CONCATENATEX(ALLSELECTED('superstore (1)'[Country]),[Country],"&")

vnmadadimsft_0-1739429094968.png

 

For more information on Concatenatex: CONCATENATEX function (DAX) - DAX | Microsoft Learn

The dax query works for multi slicer selection as well

vnmadadimsft_1-1739429094976.png

 



If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS.
Thanks and Regards

arvindsingh802
Super User
Super User

Do refer solution provided in below post
https://community.fabric.microsoft.com/t5/Desktop/selected-values-in-title/m-p/3967336 


If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!
Proud to be a Super User!!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors