Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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 🙂
´
Solved! Go to 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
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
@Anonymous Hi, Is it like importing data from that url to Power Bi ?. Can't we use direct query or live connection options ??
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |