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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
amty63
Helper III
Helper III

set different background for each pages in the report

we have 30 pages in the report. Need to set different background image for each page.  Also let me know how to use the image location through local drive. currently i am using base64.

 

{
"name": "Page Background Image",
"visualStyles": {
"page": {
"*": {
"background": [
{
"image": {
"name": "Background",
"scaling": "Fit",
"url": "data:image/jpeg;base64"
},
"transparency": 0
}
]
}
}
}
}

 

3 REPLIES 3
v-xuding-msft
Community Support
Community Support

Hi @amty63 ,

The page background color belongs to layout section of Power BI Desktop. After testing, I don't think it could add the section code into basic theme file. Maybe you could change the color manually in Desktop,like below.

3.PNGPage 1Page 1Page 2Page 2

For adding image trough local Onedrive, you could replace <Base64 string goes here> with your Base64 encoded string. I use Base64 Image Encoder to change images to base64. You could have a try.

 

{
"name": "Page Background Image",
"visualStyles": {
"page": {
"*": {
"background": [
{
"image": {
"name": "Background",
"scaling": "Fit",
"url": "<Base64 string goes here>"
},
"transparency": 0
}
]
}
}
}
}

 

Best Regards,

Xue Ding

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

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

I know the manually option but as I have 30 pages in the report, Need to set same background image for 20 pages and different  for rest of the pages. Can't we set for 20 pages at one time.

 

can we place local drive path into json code instead of base64 code.

Greg_Deckler
Super User
Super User

@Mike_Carlo 


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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