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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is 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.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

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