0
0
Power BIbi_tool~10 mins

Report backgrounds and images in Power BI - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows report pages with their assigned background images and transparency levels.

CellValue
A1Page
B1Background Image
C1Image Transparency
A2Sales Overview
B2logo.png
C230%
A3Profit Report
B3background.jpg
C350%
A4Customer Insights
B4pattern.png
C420%
Formula Trace
Background Visible Opacity = 100% - Image Transparency %
Step 1: Image Transparency % for Sales Overview = 30%
Step 2: 100% - 30%
Step 3: Background Visible Opacity for Sales Overview = 70%
Cell Reference Map
    A           B               C
1 | Page      | Background Image | Image Transparency |
2 | Sales Ov | logo.png        | 30%               |
3 | Profit R | background.jpg  | 50%               |
4 | Customer | pattern.png     | 20%               |
The formula uses the Image Transparency values from column C for each report page.
Result
Page: Sales Overview
Background Image: logo.png
Image Transparency: 30%
Background Visible Opacity: 70%
The final result shows that the background image on the Sales Overview page will appear with 70% opacity, meaning it is mostly visible but slightly transparent.
Sheet Trace Quiz - 3 Questions
Test your understanding
If the Image Transparency is 50%, what is the Background Transparency Effect?
A100%
B50%
C0%
D150%
Key Result
Background Visible Opacity = 100% - Image Transparency %