Forum Discussion
Dynamic Title based on Column Name
Hi,
I am trying to get the Partial Dynamic Title where the part of the title is constant and part of the title changes based on the column value. That column has same value in all rows.
E.g. My constant part is "Weekly TPH for" and my dynamic part will be column value.
Anonymous ,
Please refer to similar case below:
https://community.powerbi.com/t5/Desktop/dynamic-title-for-dax-measures/m-p/1024177#M483196
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
3 Replies
- amitchandakSuper User
Anonymous , Refer if this can help
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-format-visual-titles
- VijayPCommunity Champion
You can create a basic Concatenation with Two different String one is Constant and another one is Field name.
You can watch this Video https://www.youtube.com/watch?v=_U2M0Hkotl4 , mainly watch from 4:49 on wards, which gives you how to create the Titles the way you Want.
How activate that Title into the Visual you can watch this video.
https://www.youtube.com/watch?v=mJ9LSFGPMIg
These Videos are from my YouTube Gallery.
Let me know if this is helpful to you and if so, please accept this as Solution and give your Kudos.
You can watch many videos at my youtube channel www.youtube.com/perepavijay .
Regards
Vijay Perepa
Anonymous wrote:Hi,
I am trying to get the Partial Dynamic Title where the part of the title is constant and part of the title changes based on the column value. That column has same value in all rows.
E.g. My constant part is "Weekly TPH for" and my dynamic part will be column value.
Anonymous wrote:Hi,
I am trying to get the Partial Dynamic Title where the part of the title is constant and part of the title changes based on the column value. That column has same value in all rows.
E.g. My constant part is "Weekly TPH for" and my dynamic part will be column value.
- v-yuta-msftCommunity Support
Anonymous ,
Please refer to similar case below:
https://community.powerbi.com/t5/Desktop/dynamic-title-for-dax-measures/m-p/1024177#M483196
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.