Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
have u ever faced this issue, if yes Kindly let me know how to resolve the issue.
Thanks in advance
Solved! Go to Solution.
Hi @VamshiGoud ,
I tried to reproduce it, but it works fine with me.
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
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
Hi @VamshiGoud ,
I tried to reproduce it, but it works fine with me.
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
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
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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
68 | |
40 | |
29 | |
26 |
User | Count |
---|---|
89 | |
49 | |
44 | |
38 | |
37 |