OOlashyn / oolashyn.github.io

2 stars 0 forks source link

Customizing PowerBI report in Power Apps Portal - Dancing with CRM #14

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Customizing PowerBI report in Power Apps Portal - Dancing with CRM

Learn how you can customize embedded PowerBI report in Power Apps Portal to fit your needs

https://www.dancingwithcrm.com/customizing-embedded-powerbi-in-powerapps-portal/

nillopes commented 3 years ago

Hi, thank you very much for the information, they helped me a lot. I would like to know if I can set different CSS (Size) for more than one report embedded in the page? For example: The table page will have two reports, in which I want to put the first one with a height of 600px and the second with a height of 100px.

OOlashyn commented 3 years ago

Hi @nillopes, I think that should be possible. Instead of using general css class as I did you would need to use id of the div element - it should have it. If there is no id, but you have constant order of bi reports you can use something like first-of-type css selector to specify different styling for first report and then grant styling for second one the same way as in my article.

moraisviniciusandrade commented 2 years ago

Hello, I incorporated a power bi report in portals but it is not responsive on the page. Would it be possible to make the report blocks responsive? Another question is if it would be possible to create a button in which it is possible to change the report layout for mobile?

Could you kindly help me?

Thank you very much for the material, the information helped me a lot.

OOlashyn commented 2 years ago

hi @moraisviniciusandrade, you can make block around powerbi report responsive, however, that will not make powerbi responsive itself. Regarding mobile portal uses old version of powerbi library that doesn't support switch to mobile. In theory, you can add newer version of the library and switch to mobile (there is an option for that in configs) but I never done something like, so not sure if that will work.