bhavesh-jadav / Advance-Card

Advance Card Visual for Power BI
http://bhaveshjadav.in/powerbi/advancecard/
GNU General Public License v3.0
25 stars 12 forks source link

Not posible to add more than 200 cards #22

Closed thoenne closed 5 years ago

thoenne commented 5 years ago

Hello, I want to create a heat map with more 400 cards. But Power BI crashes when I add more than 200 cards to the report. Is there a limitation? In addition the visual is very RAM consuming. Thanks

Regards

bhavesh-jadav commented 5 years ago

Hi @thoenne

Custom visual uses iframes to show data and iframes can be heavy on the browser. So for 400 cards it creates 400 iframes and I think that is why it is taking lot of RAM and crashing your browser. I would not recommend that you use that many visuals in single page of the report. Even with Power BI's own visuals, it is bound to take more RAM and might crash. You can also look at https://www.youtube.com/watch?v=1BHuy_vIyD0 for the heat map visual.

thoenne commented 5 years ago

Hi bhavesh-jadav, I will check the video.

Thanks