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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
RFederer
Frequent Visitor

Copy images in all pages report

Hi everyone,

I've a PBI report with a lot of page and i have to insert the same image in every report's page.

Can i insert the image in every page all in once or i have to insert the image one by one in every page?

Thank you  

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Your solution is so great Expiscornovus 

Hi, @RFederer 

Here's a simple solution:

Start by creating a new page with your current report (don't include any visuals) and insert the logo:

vjianpengmsft_0-1731029883603.png

Save the screenshot as follows:

vjianpengmsft_1-1731029942139.png

Here's a picture file I've made:

vjianpengmsft_2-1731030013148.png

Then look for an image-to-base64 website on the Internet:

vjianpengmsft_3-1731030123143.png

Complex this code. Then create a new Jason file and use the following structure

 

{
  "name": "Theme name",
  "visualStyles": {
    "page": {
      "*": {
        "background": [
          {
            "image": {
              "name": "image",
              "scaling": "Fit",
              "url": "Paste the base64 code of the image"
            },
            "transparency": 0
          }
        ]
      }
    }
  }
}

 

Paste the previously converted code into the specified position in the structure above. 

vjianpengmsft_0-1731032275052.png

 

Then, use this theme in our report as follows:

vjianpengmsft_4-1731030438303.png

vjianpengmsft_5-1731030449863.png

Use our theme files:

vjianpengmsft_6-1731030494253.png

vjianpengmsft_7-1731030530728.png

Here are the results:

vjianpengmsft_8-1731030564537.png

vjianpengmsft_9-1731030600152.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.

 

 

 

 

 

 

View solution in original post

3 REPLIES 3
Expiscornovus
Super User
Super User

Hi @RFederer,

 

Out of interest, is this like a company logo? Otherwise you could use custom branding.

https://learn.microsoft.com/en-us/fabric/admin/service-admin-custom-branding

 

Alternatively you could use a page background as well for this.

 

Or create a custom theme, like in this video: https://www.youtube.com/watch?v=GfonCEjQ13I

 

 

 



Happy to help out 🙂

I share #PowerAutomate and #SharePointOnline content on my Blog, Bluesky profile or Youtube Channel

yes, is a company logo. Thanks

Anonymous
Not applicable

Your solution is so great Expiscornovus 

Hi, @RFederer 

Here's a simple solution:

Start by creating a new page with your current report (don't include any visuals) and insert the logo:

vjianpengmsft_0-1731029883603.png

Save the screenshot as follows:

vjianpengmsft_1-1731029942139.png

Here's a picture file I've made:

vjianpengmsft_2-1731030013148.png

Then look for an image-to-base64 website on the Internet:

vjianpengmsft_3-1731030123143.png

Complex this code. Then create a new Jason file and use the following structure

 

{
  "name": "Theme name",
  "visualStyles": {
    "page": {
      "*": {
        "background": [
          {
            "image": {
              "name": "image",
              "scaling": "Fit",
              "url": "Paste the base64 code of the image"
            },
            "transparency": 0
          }
        ]
      }
    }
  }
}

 

Paste the previously converted code into the specified position in the structure above. 

vjianpengmsft_0-1731032275052.png

 

Then, use this theme in our report as follows:

vjianpengmsft_4-1731030438303.png

vjianpengmsft_5-1731030449863.png

Use our theme files:

vjianpengmsft_6-1731030494253.png

vjianpengmsft_7-1731030530728.png

Here are the results:

vjianpengmsft_8-1731030564537.png

vjianpengmsft_9-1731030600152.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.

 

 

 

 

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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