Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (11.1k points)
I am having an Power BI report on my client location and what i need is fully functional reports,in which i  added custom logo and some footer to the report and but I am unable to print it alone with the logo How can I solve it?

1 Answer

0 votes
by (22.5k points)

Use the following code which seperates Logo and Disclaimer

<div id="print-this">
  <div>
    Logo
  </div>
  <div id="report-container">
  </div>
  <div>
    Disclaimer
  </div>
</div>

If u wish to learn about this BI tool, then you can sign up Power BI Certification    

Related questions

Browse Categories

...