Power BI connectivity with Neo4J

Hi There,
Do anyone use know how to connect Power BI with Neo4j? We mostly use Power Bi as reporting tool for our team and would like to understand if there are any connectivity option to Power BI.

If not available, then Is there any good visualization tools available in the market for data analysis from Neo4J database?

Thanks,
Mahendar

It seems like Neo4j now provides a connector to Power BI, but you have to write SQL to get data from Neo4j into Power BI: https://neo4j.com/blog/getting-started-with-the-neo4j-bi-connector/?ref=bi-connector

Am I reading that right? Using SQL to get data from Neo4j? That is beyond stupid.

Yes, you have to write SQL to have PBI query the database. I guess the connector converts SQL to Cypher...maybe it is a limitation in PBI that the ODBC can only use SQL.....Seems like Neo4j should make a Neo4j connector and you can use cypher.... seems like the BI connector is a half-measure