Forum Discussion
Issue with Tag Image in AI Insights
Hi,
I am facing an issue with Tag Image feature of AI Insights.
So, I have copied an image address and applied in power bi service. The link is -
https://images.unsplash.com/photo-1567767292278-a4f21aa2d36e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=1000&q=80
but I am getting this error -
"Expression.Error: The field 'Tag images.Json' of the record wasn't found.
"confidences": [
{
"name": "living",
"confidence": 0.9945940375328064
},
{
"name": "indoor",
"confidence": 0.989990234375
},
{
"name": "sofa",
"confidence": 0.97918611764907837
},
{
"name": "room",
"confidence": 0.96237146854400635
},
{
"name": "window",
"confidence": 0.91391646862030029
},
{
"name": "furniture",
"confidence": 0.81680440902709961
},
{
"name": "decorated",
"confidence": 0.56170517206192017
},
{
"name": "plant",
"confidence": 0.48407882452011108
},
{
"name": "area",
"confidence": 0.35324913263320923
}
]
}"
Anybody has faced the same issue? Any Solution?
2 Replies
- V-lianl-msftCommunity Support
Hi anamika ,
See if it will help you:
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-ai-insights
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- anamikaFrequent Visitor
Hi V-lianl-msft ,
Thank you for giving the reference. In my case I have taken the image address and created a dataflow which has the source as Azure SQL but getting this error.
Any other Solution?