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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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 )

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

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