cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Bishara
New Member

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, @Bishara 

 

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

@Bishara , 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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors