The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello friends!
There is an image table (ir_attachments) in postgreSQL database and I need to get images from this table. but the images encrypted with SHA1 so the methods in the blog like Getting Image URLs to display Image or How to use Images Stored in a SQL Server Table with Power BI doesn't work.
I've also tried this method in page Embedding Images in Power BI using Base64.
Below, you can see an example of my postgres table which images stored.
Is the anyone who solved a problem like that?
I will be appriciate for your help..