How To Add Background In Power Bi

To add a background in Power BI, you can follow these steps:

  • Open your Power BI report in Power BI Desktop.
  • In the “Visualizations” pane on the right, click on the “Format” icon (paint roller).
  • Under the “Page” section, you will find the options to customize the background.
  • 1. Color:

    • Click on the drop-down menu next to the “Background color” label.
    • Select a color from the predefined palette or click on the “More colors” option to choose a custom color.
  • 2. Image:

    • Under the “Background image” section, click on the “Image” drop-down menu.
    • You can choose an image from your local drive or from an online source by entering the image URL.
    • Adjust the image fit, transparency, and alignment as per your preference.
  • 3. Effects:

    • Under the “Background settings” section, you can apply different effects like blur, darkness, and more.
    • Drag the sliders to adjust the intensity of the effects.
  • 4. Page size:

    • Under the “Page size” section, you can set the page size and layout for your report.
    • Choose the appropriate size and orientation that suits your needs.

Examples:

  • Example 1:
  • If you want to set a solid color background:


    <li style="background-color: #f1f1f1;">Content</li>

  • Example 2:
  • If you want to set a background image:


    <li style="background-image: url('path-to-your-image.jpg');">Content</li>

  • Example 3:
  • If you want to apply background effects:


    <li style="background-image: url('path-to-your-image.jpg'); filter: blur(5px);">Content</li>

Related Post

Leave a comment