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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Table Dynamic title

Hello everyone,
I'm new on power bi and I have 7 charts and one table, I'm trying to Have Dynamic titles For All my charts based on the filter that I will do, But I don't want when I'm filtering on the table the other chart title to change.

 

I'm Using a 7 measures Like this and I'm use it on the title of the chart

This the Measures :
Title =
VAR t1= SELECTEDVALUE(ColumnName],"Text1")
VAR t2=SELECTEDVALUE(ColumnName],"Text2")
VAR t3=SELECTEDVALUE(ColumnName],"Text3")
VAR t4=SELECTEDVALUE(ColumnName],"Text4")
VAR t5=SELECTEDVALUE(ColumnName],"Text5")
VAR t5=SELECTEDVALUE(ColumnName],"Text6")
RETURN
    if (NOT(t1=="text1"), (CONCATENATE(" text",( " text" & t1))),
    if (NOT(t2=="text2"), (CONCATENATE(" text",( " text" & t2))),
    if (NOT(t3=="text3"), (CONCATENATE(" text",( " text" & t3))),
    if (NOT(t4=="text4"), (CONCATENATE(" text",( " text" & t4))),
    if (NOT(t5=="text4"), (CONCATENATE(" text",( " text" & t5))),
     t1)))))
 

Thanks in advance.

2 REPLIES 2
v-angzheng-msft
Community Support
Community Support

Hi, @Anonymous 

 

you can use conditional format to create a dynamic title for tables and visuals

vangzhengmsft_0-1625468039596.png

refer:

https://community.powerbi.com/t5/Desktop/Dynamics-title/m-p/1625797

 

 

Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Anonymous , if you want the chart to filter but not the chart title, that is doubtful. If you do stop interaction between table and chart and table will not filter( Format -> edit interactions )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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