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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

Graph title customization

HI

 

Please let me know how can I add the "Customer Name" and "Logo" along with graph title.

 

Customer name and logo has to be changed based on the customer filter

 

 

Christ_30_0-1705498571512.png

Customer Name is a column in a table.

 

Thanks

Christina

 

1 ACCEPTED SOLUTION
v-yaningy-msft
Community Support
Community Support

Hi, @Anonymous 

May I ask if this is the expected output you are looking for? Based on your description, customizing the Titles text according to the slicer can be achieved. Following picture shows the effect of the display. But customizing the Title's image based on the slicer cannot be done. You can submit an idea for here and the product team will take note of such a need.

Related Link: New tab (powerbi.com)

vyaningymsft_0-1705555022129.png

 

 

vyaningymsft_1-1705555022131.png

 

Steps:

1.Create a measure: 

 

Dynamic Title = SELECTEDVALUE('Table'[Name], "All Customers")

 

2.Click the visual object to which you want to add a dynamic title.

3.In the Visual Effects pane, click the Format (paint roller) icon.

4.Expand the Title section.

5.Click the fx button next to Title Text.

vyaningymsft_4-1705555111672.png

 

6.Set the Based on Field to the metric you created.

vyaningymsft_5-1705555120044.png

 

If this does not work, could you please share some sample data without sensitive information and expected output.
How to provide sample data in the Power BI Forum - Microsoft Fabric Community

Best Regards,
Yang
Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

 

View solution in original post

2 REPLIES 2
v-yaningy-msft
Community Support
Community Support

Hi, @Anonymous 

May I ask if this is the expected output you are looking for? Based on your description, customizing the Titles text according to the slicer can be achieved. Following picture shows the effect of the display. But customizing the Title's image based on the slicer cannot be done. You can submit an idea for here and the product team will take note of such a need.

Related Link: New tab (powerbi.com)

vyaningymsft_0-1705555022129.png

 

 

vyaningymsft_1-1705555022131.png

 

Steps:

1.Create a measure: 

 

Dynamic Title = SELECTEDVALUE('Table'[Name], "All Customers")

 

2.Click the visual object to which you want to add a dynamic title.

3.In the Visual Effects pane, click the Format (paint roller) icon.

4.Expand the Title section.

5.Click the fx button next to Title Text.

vyaningymsft_4-1705555111672.png

 

6.Set the Based on Field to the metric you created.

vyaningymsft_5-1705555120044.png

 

If this does not work, could you please share some sample data without sensitive information and expected output.
How to provide sample data in the Power BI Forum - Microsoft Fabric Community

Best Regards,
Yang
Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

 

123abc
Community Champion
Community Champion

To add the “Customer Name” and “Logo” collectively in the graph title in Power BI, you need to create a dynamic title using Data Analysis Expressions (DAX). DAX is a formula language that allows you to manipulate data and create calculated fields in Power BI.

Here are the steps to create a dynamic title:

  • Create a field for your title in your model. You can use a DAX expression that concatenates the “Customer Name” and “Logo” fields, or any other logic that suits your needs. For example, you can use the following DAX formula to create a field called “Title”:

    Title = SELECTEDVALUE ( Customers[Customer Name] ) & " " & SELECTEDVALUE ( Customers[Logo] )
  • Select the visual that you want to add the title to. In the Visualizations pane, select the paint roller icon, then General to reveal the format options. Select Title to expand that section and set Title to On to show the title options for the visual.

  • Next to the Title text, select Conditional formatting ( fx ). The Title text - Title dialog box appears. From the dialog box, select the field that you created for your title, and then select OK.

You should now see the dynamic title on your visual, showing the “Customer Name” and “Logo” collectively. You can also customize the title’s appearance, such as font size, color, and alignment, using the format options in the Visualizations pane.

For more information and examples, you can check out these resources:

I hope this helps you with your Power BI project. Have a great day! 😊

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.