Forum Discussion
Title Name change on selection
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.
Do refer solution provided in below post
https://community.fabric.microsoft.com/t5/Desktop/selected-values-in-title/m-p/3967336Hi 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 slectionTitle = CONCATENATEX(ALLSELECTED('superstore (1)'[Country]),[Country],"&")For more information on Concatenatex: CONCATENATEX function (DAX) - DAX | Microsoft Learn
The dax query works for multi slicer selection as well
If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS.
Thanks and Regards
3 Replies
- arvindsingh802Community Champion
Do refer solution provided in below post
https://community.fabric.microsoft.com/t5/Desktop/selected-values-in-title/m-p/3967336 - v-nmadadi-msftCommunity 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 slectionTitle = CONCATENATEX(ALLSELECTED('superstore (1)'[Country]),[Country],"&")For more information on Concatenatex: CONCATENATEX function (DAX) - DAX | Microsoft Learn
The dax query works for multi slicer selection as well
If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS.
Thanks and Regards - v-nmadadi-msftCommunity 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.