Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
VamshiGoud
Frequent Visitor

how to extract data from image in powerbi

Hello Friends,

 

Is there any possibility to extract data from Images in PowerBI. I tried the vision option to extract the data from Image in Power BI, However it is giving an error like below image

Source is SQL 

Img1.jpg

Img2.jpg

have u ever faced this issue, if yes Kindly let me know how to resolve the issue. 

 

Thanks in advance

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @VamshiGoud ,

 

I tried to reproduce it, but it works fine with me.

vcgaomsft_0-1731031616458.png

let
    Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("LYrLDoIwEAD/hbvdPqgBE+Oh+hWEA5aie9iWdGsDf+8j3iYzMwzNs5SVTwA+Eb0ill0s0z2jF4Q+J05LEZ8ExQLS9AjAIdeQ1y/+xAFnUKq3Vmo0rdO3zil3NVq2vfwfM1KIjCkyHK3ZlO0u9Vx1M45v", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [Column1 = _t]),
    #"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", type text}}),
    #"Applied Tag images" = AIFunctions.PostProcess(Table.AddColumn(#"Changed Type", "Tag images", each #"Tag images"([Column1], null )), "Tag images", "CognitiveServices.TagImagesanytext") meta [FunctionBrowser="Vision"]
in
    #"Applied Tag images"

Enable Text Analytics and Vision (AI workload) on Premium capacities is required to use Tag images, please check if this option is enabled:

Enable Text Analytics and Vision on Premium capacities

Tag images

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @VamshiGoud ,

 

I tried to reproduce it, but it works fine with me.

vcgaomsft_0-1731031616458.png

let
    Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("LYrLDoIwEAD/hbvdPqgBE+Oh+hWEA5aie9iWdGsDf+8j3iYzMwzNs5SVTwA+Eb0ill0s0z2jF4Q+J05LEZ8ExQLS9AjAIdeQ1y/+xAFnUKq3Vmo0rdO3zil3NVq2vfwfM1KIjCkyHK3ZlO0u9Vx1M45v", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [Column1 = _t]),
    #"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", type text}}),
    #"Applied Tag images" = AIFunctions.PostProcess(Table.AddColumn(#"Changed Type", "Tag images", each #"Tag images"([Column1], null )), "Tag images", "CognitiveServices.TagImagesanytext") meta [FunctionBrowser="Vision"]
in
    #"Applied Tag images"

Enable Text Analytics and Vision (AI workload) on Premium capacities is required to use Tag images, please check if this option is enabled:

Enable Text Analytics and Vision on Premium capacities

Tag images

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

DivkLearner
Resolver I
Resolver I

Hello @VamshiGoud 

 

I have not worked on this section of Power BI, but it seem interesting.

Check this link if this can help: https://techcommunity.microsoft.com/blog/fasttrackforazureblog/image-analysis-in-power-bi-%E2%80%93-.... This talks about creating a new table and fetch the tags information of the images. 

 

Regards, 

DivKlearner, A bit forward daily. 

Link to my channel on Power BI.

https://www.youtube.com/watch?v=aADx2sPA2D0&list=PLDUIC70xSiVQQpfqGhOjBVDF8IBP2k6ob

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.