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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

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
Anonymous
Not applicable

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

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": {}
  }
}

 

Anonymous
Not applicable

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

@Anonymous 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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors