简体   繁体   English

我可以在 Power BI 中利用 Azure 认知搜索吗?

[英]Can I Leverage Azure cognitive search with/inside power BI?

I am able to find enough blog/posts on how to use Power BI to analyze Azure cognitive search data.我能够找到足够的关于如何使用 Power BI 分析 Azure 认知搜索数据的博客/帖子。 But what I am looking is exactly opposite of this.但我所看到的恰恰与此相反。

Can we use Azure cognitive search inside/for power BI reports to query on power BI data?我们可以使用Azure 认知搜索 inside/for power BI 报告来查询 power BI 数据吗? Basically a search bar in power BI or anywhere in app that can do the following: -基本上是 Power BI 中的搜索栏或应用程序中可以执行以下操作的任何位置:-

  1. Query on Power BI data sources and return visualization.查询 Power BI 数据源并返回可视化。 for example:- top 5 hotels by people visited result in relevant visualization.例如:- 访问过的人排在前 5 位的酒店会产生相关的可视化结果。
  2. smart enough like Azure cognitive search to understand human search errors.足够聪明,如 Azure 认知搜索,可以理解人类搜索错误。

FYI I have already explored QnA visualization of power BI, but I still want to explore the possibility of leverage Azure cognitive search instead of that.仅供参考,我已经探索了 Power BI 的QnA可视化,但我仍然想探索利用 Azure 认知搜索的可能性,而不是那样。

I have my data stored in sql server in Azure VM and Azure blob storage .我的数据存储在sql 服务器的 Azure VMAzure blob 存储中。

is it possible?是否可以? if yes can someone please share relevant links/videos to help me accomplish that.如果是,有人可以分享相关链接/视频来帮助我实现这一目标。

Azure Cognitive Search can send operation logs and service metrics to an Azure Storage account, which you can then visualize in Power BI. Azure 认知搜索可以将操作日志和服务指标发送到 Azure 存储帐户,然后您可以在 Power BI 中将其可视化。 Refer this document for detail description.有关详细说明,请参阅此文档

Power BI provides access to a set of functions from Azure Cognitive Services to enrich your data in the self-service data prep for Dataflows. Power BI 提供对Azure 认知服务中的一组功能的访问,以丰富数据流的自助数据准备中的数据。 The services that are supported today are Sentiment Analysis , Key Phrase Extraction , Language Detection , and I mage Tagging .目前支持的服务包括情感分析关键短语提取语言检测图像标记

These options are running based on the power of Azure Cognitive Services.这些选项基于 Azure 认知服务的强大功能运行。 These Azure services are leveraged within Power BI by a few simple clicks.这些 Azure 服务只需单击几下即可在 Power BI 中使用。 For more details refer this document .有关详细信息,请参阅此文档

You can build the Power BI solution with Azure Cognitive Services, without using the Power BI Premium for more details refer this document您可以使用 Azure 认知服务构建 Power BI 解决方案,而无需使用Power BI Premium有关更多详细信息,请参阅此文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM