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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

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 )

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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