I am trying to embedd a report containing a single tile. I have resized the report page to 250px*80px. The reason i am not embedding only the tile is that i need to be able to use a filter (which, from my understanding, is not possible when only embeding a tile).
However when i try to embed this report into an iframe with size 250px * 80px, all i get is a grey square. And upon inspection it looks like the actual embedded content is 296px*320px, where the report is centered (i.e. not visible since it is outside my iframe). When i increase the size of the iframe i start to se my report/tile.
Why is my embedded report so large when the page should only be 250*80? And how do i solve this?