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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Janee
Frequent Visitor

Feature request: Ability to adjust dynamic title when using field parameters

It's great that titles in visuals can be dynamic based on the field parameters! I use three parameters in my visual y-axis: parameter with sessions, unique visitors, pageviews, interaction events. x-axis: year, month, week. Legend: parameter with per webproducts separated, per webproducts combined, per market group etc. However, the title in the visual shows "...and [field parameter name]". See example below: 

 

Schermafbeelding 2024-12-24 150858.png

But I want it to be like "...like [field parameter name]". When I change that in the visual's title text bar, the title becomes automatically static again and I have to reset the whole title settings. Is there a possibility for us to adjust the static text ("and") in a dynamic title by ourselves? That would be great. 

 

 

2 REPLIES 2
Anonymous
Not applicable

Thank you rohit1991 

Hi, @Janee 

Based on your description, I've created the following example data:

vjianpengmsft_0-1735110691895.png

Again, I have two field parameters:

vjianpengmsft_1-1735110765576.png

Create the following title measure

Title = 
VAR _x= MAX('X-aixs'[X-aixs])
VAR _measure = MAX('Parameter'[Parameter])
RETURN _measure & " per " &  _x

Apply it in your charts:

vjianpengmsft_2-1735110859960.png

Here are the results:

vjianpengmsft_3-1735110893868.png

vjianpengmsft_4-1735111019723.png

 

 

 

Best Regards

Jianpeng Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

rohit1991
Super User
Super User

Currently, Power BI doesn't allow customizing the static text in dynamic titles when using field parameters. As a workaround, you can create a DAX measure to format the title dynamically (e.g., replacing "and" with "like") or adjust the title text manually, though this resets the dynamic functionality.

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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