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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
mleepin
Helper I
Helper I

Dynamic title

 

Hi -  I am attempting to add in a dynamic title that I am hoping to use in a card as a dynamic header.

 

The calc have used is a follows:

 

Title = CONCATENATEX( ALLSELECTED(Data[Region]),  Data[Region], ",")

 

I have set a slicer for Region but the Title does not change based on the slicer selection - I have a static list of comma delimited region options only for Title....

 

Could some further advice please be provided here please?

Thanks in advance , ML.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @mleepin,

 

Current power bi not support to create dynamic calculated column/table based on slice/filter.

Calculated Column/Table Change Dynamically According to Slicer Selection in the Report.

 

BTW, you can input custom chart title, but it is impossible to achieve dynamic title based on filter/slicer.

 

I suggest you to write a measure who affected by slicer/filter, then create a card visual to store and display measure result. After above steps, use card visual as title.

 

Reference:

 

Regards,

Xiaoxin Sheng

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Thank you...I havd given these a try great.
Anonymous
Not applicable

Hi @mleepin,

 

Current power bi not support to create dynamic calculated column/table based on slice/filter.

Calculated Column/Table Change Dynamically According to Slicer Selection in the Report.

 

BTW, you can input custom chart title, but it is impossible to achieve dynamic title based on filter/slicer.

 

I suggest you to write a measure who affected by slicer/filter, then create a card visual to store and display measure result. After above steps, use card visual as title.

 

Reference:

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors