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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors