The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
We use Power BI as our main reporting outlet, and we have a third-party Metabase data source.
Currently I extract and download CSVs from Metabase and use them in Power BI, but I want to eliminate this step, and get Power BI to connect directly to Metabase.
I've been told that I can use Hasura to accomplish this, but online information on Hasura is sparse, and what's there goes a little over my head.
Does anyone have any experience in using Hasura for this purpose?
Are there any alternatives?
Hi, just bumping this up to see if there is a connector available today between Power BI and metabase.
Recently I've made a custom connector to connect Metabase to Power BI, you can try to use it or just copy the M code. It's not official and lacking some features but might work for you.
https://github.com/vmisq/PowerQuery-Metabase-Connector
thank you, is this secure?
Hi PowerBI team - is there any news on this feature request? Please let me know if there is an easier way to connect Metabase to PowerBI. Thank you!
Hi Team,
Can you please add a feature request for a direct connector to Metabase? Zapier does not directly connect with MB either, so this would be a great differentiator.
Thanks,
Sera
Hi @AndrewPF
Currently there is not a simple direct connector for Metabase in Power BI. I saw Metabase provides a list of APIs for querying data, so it seems to be possible to fetch data from the databases you have. You can use its API to export data into a CSV. Or you can write some scripts to fetch data automatically. Then connect your Power BI report to the exported CSV file.
At present the first step is to figure out how to query data from a specific table in Metabase. I found some resources as below. Hope they would be helpful.
Api Documentation (metabase.com)
Metabase Tutorial [PART #8] - Using the Metabase API - to fetch JSON, or Download a CSV - YouTube
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.