• Resolved claconva2

    (@claconva2)


    Hi team,
    Please help me, I’m using this tool and all is ok because I could see the report since Power Bi and Azure in my blog, but I can’t put the dashboard on fullscreen.
    Are there a way to create a button in my blog to allow fullscreen in my reports? or exist the posibility to add an allowfullscreen=true in shortcodes? or any other idea to do this?

    Thanks for your help!

    • This topic was modified 6 years, 4 months ago by claconva2.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author atlaspolicy

    (@atlaspolicy)

    Sorry, we don’t support that feature at this time. You could use an overlay plugin like Easy FancyBox to embed the dashboard in a way that fits the size of your screen.

    Thread Starter claconva2

    (@claconva2)

    Thanks for help! The last question is… how to obtain an URL link of my reports in power bi embedded using this plugin, because only allow create a shortcode [powerbi id=”xx” width=”200%” height=”600px”] to put in the pages. Because this program “easy a fancybox” only allow put html or iframe contents. Or exist a different way to do this?

    Plugin Author atlaspolicy

    (@atlaspolicy)

    You can use the inline method for easy fancybox. Below is some example code for how to use the two plugins together:

    <div class="fancybox-hidden" style="display: none;">
    <div id="fancyboxID-NAME" class="hentry" style="height: 100%; width: 100%; max-width: 100%;">[powerbi id="4273" height="100%"]</div>
    </div>
    <p><a class="fancybox-inline" href="#fancyboxID-NAME">LAUNCH DASHBOARD</a></p>
    Thread Starter claconva2

    (@claconva2)

    Thanks a lot for your help!!!! this work perfect!! and finally, how can I show fullscreen automatically when I click “Launch Dashboard”?. I’m trying to scale pop up, but I think that is possible to put in fullscreen the box automatically. I found in web this code jquery=
    fullScreen :
    { autoStart: true
    I don’t know if this code work to show report in fullscreen pop up and how can integrate this sentence in code below:

    <div class=”fancybox-hidden” style=”display: none;”>
    <div id=”fancyboxID-NAME” class=”hentry” style=”height: 100%; width: 100%; max-width: 100%;”>[powerbi id=”4273″ height=”100%”]</div>
    </div>
    <p>LAUNCH DASHBOARD</p>

    Sorry for a lot of basic question, but this is the last step to finish.

    Plugin Author atlaspolicy

    (@atlaspolicy)

    Sorry, I don’t understand your question here. As I mentioned above, the fullscreen option is not supported at this time. You should be able to launch the box overlay to cover your entire browser screen using the code example I provided above. You have to make sure the Easy Fancybox settings are configured to support this behavior.

    Thread Starter claconva2

    (@claconva2)

    OK.. thanks a lot for you help!

    Hope you guys somehow implement the option to fullscreen. ??
    Have the same issue now.

    Thread Starter claconva2

    (@claconva2)

    Yes this is a good idea, a fullscreen and print button. If you are thinking in a new updating, the market is big. Very good app for wordpress!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Power Bi Fullscreen in dashboards not working’ is closed to new replies.