Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
Have a view with orace blob datatype on it to store signatures and when choose to import can see the column - showing null
.
When look at imported view in data view and fields imported no sign of this column.
Any reasons why this is the case?
Can we view oracle blob datatypes in power bi - if so how?
Thanks
@po , refer these two solution in past suggested how to handle blob. See if that can help you
https://community.powerbi.com/t5/Desktop/Accessing-SQL-Blobs/td-p/1156760
Hi,
Thanks for reply and links.
However looks to mention pdfs.
Just wanting to have the signature which stored as blob visible and selectable in visuals.
Can see column when hit transform but but column not visible as column to even select.
Do you have steps/example pbix which does similar.
Imagien fairly common scenario - display images such as signature whcih stored a blobs on database in power bi?
Trying below foudn on web from couple of years ago - but not sure if better way or will work
Go to "Add Column" and click on "Custom Column". It will open a window. Enter the column name and formula given below and click OK.
“data:image/;base64,”&[ImageData]
Now click on "Close and Apply" from the Home tab.
On Data tab, select Image column and change its Data Category to Image url