images
6 TopicsDisplay Images In Report Bulder using PowerBI dataset
Hello, My goal is the following: I have to display images, stored in PowerBI dataset into SSRS Report. The images were converted to Base 64 format and they are displaying correctly in PowerBI desktop. When I try to load them in Report Builder it's not possible and I receive error. This is what I've tried so far: - First - I select insert image --> the value of the Image with base 64 format. The source is "Database" and MIME type "image/jpeg" - Second - the same thing but instead of the base 64 image I select the text value of the image. Both give no result. I also tried the solutions from this post but they didn't work for me -->https://community.powerbi.com/t5/Report-Server/How-to-display-Base-64-PNG-images-from-a-database/m-p/1177424 Can you plese help with this? Regards, Vassil2.4KViews1like3CommentsReport builder showing external images in Design Mode Only
I am trying to run a report with an image column (external web service images) and all I get are Red X's for the images. The images show fine in Power BI and also I can see them in design mode (single image only), but when I run the report they stop showing. eg. https://valeformsprod.blob.core.windows.net:443/form-response-attachments/area-634/form-5446/1131b3f6-e9dc-4780-bea5-0f6ea8042375-Ready%20Rod%20Storage%20After%20Pic.jpg Design Mode: Report Run:4.2KViews0likes9CommentsHow do I overlay a report parameter value over a logo image on report header?
We are converting an in-house Crystal Report to Power BI Paginated. The client wants this where the report date changes monthly: I have tried to overlay a text box over the header image, adjusting the z-order to bring the text box on top of the image. However, when I run the report, the text box gets pushed into an open area, refusing to stick inside the yellow area: Here is what happens when I run the report, the text box is pushed down below the image: I have never observed this behavior in other contexts such as Access Reports, ASP.NET pages, etc. Since there is the ability to adjust z-order (stacking) I am thinking there is an obscure property which may help.Solved2.8KViews0likes2CommentsCan't see images in Chrome and EDGE
Hello, I have a report with images loaded from my local disk. After upload it to Report Server, Internet Explorer show the images but Chrome or EDGE do not. I tried with png, jpg and bmp formats with no results. I'm using october 2020 version both Desktop and Report Server. Internet Explorer: Chrome and EDGE: Thanks in advance for your help.838Views0likes1CommentReturning Images via the API using Path rather than ID
Hi I have some image assets stored in a report server folder which work correctly in dashboards using the following api reference: https://MyUrl/PBIReports/api/v2.0/Resources(c7ba28cc-60be-4a0c-a49a-c7b17b7d62d4)/Content/$value However I need to be able to use these image assets in a dashboard by using the path method rather than the Id method. According to the documentation I should be able to use this: https://MyUrl/PBIReports/api/v2.0/Resources(path='/MyPath/Text-Blue.png') Unfortunately this returns an error: { "@odata.context":"https://MyUrl/PBIReports/api/v2.0/$metadata#Resources/$entity","Id":"c7ba28cc-60be-4a0c-a49a-c7b17b7d62d4","Name":"Text-Blue.png","Description":null,"Path":"/MyPath/Text-Blue.png","Type":"Resource","Hidden":false,"Size":2740,"ModifiedBy":"MyLogin","ModifiedDate":"2019-04-16T10:51:41.853+01:00","CreatedBy":"MyLogin","CreatedDate":"2019-04-16T10:51:41.853+01:00","ParentFolderId":"dd5509b6-8794-4d7e-97f7-b9781536b785","IsFavorite":false,"Roles":[ ],"ContentType":"image/png","Content":"" } The error message suggests that the syntax is correct as the Id in the error is the same one when I use the ID method but it isn't displaying the image. Any ideas on what I'm missing? Many thanks PBIRS: Jan2020 | Desktop Jan 2020Solved1.3KViews0likes2Comments