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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
SumSang
Regular Visitor

Using ElasticSearch in PowerBI - Search

 

I followed the document querying-elasticsearch-with-powerbi
  And it works which indicates.


 

But how and where do I place the search API?

 


I can not find much documentation on the ElascticSearch and PowerBI interaction.

All the help is well accepted 🙂
´

1 ACCEPTED SOLUTION

Hi @SumSang,

How about entering base URL for the Search API in Web entry of Power BI Desktop? There is an example of the URL: http://localhost:9200/ _search?q=tag:wow, for more details, please check the following articles.

https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html
http://www.elasticsearchtutorial.com/elasticsearch-in-5-minutes.html#Searching

 

Thanks,
Lydia Zhang

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
SumSang
Regular Visitor

For example how to do this query in powerbi

 

 

GET _search
{
  "query": {
    "match_all": {}
  }
}

 

Hi @SumSang,

How about entering base URL for the Search API in Web entry of Power BI Desktop? There is an example of the URL: http://localhost:9200/ _search?q=tag:wow, for more details, please check the following articles.

https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html
http://www.elasticsearchtutorial.com/elasticsearch-in-5-minutes.html#Searching

 

Thanks,
Lydia Zhang

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-yuezhe-msft Hi, Is it like importing data from that url to Power Bi ?. Can't we use direct query or live connection options ??

Hi, Did you find anything ?

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors
Top Kudoed Authors