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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
fouadox
New Member

Stripe integration

Hi ! 

 

I would like to connect stripe with Power BI and i dont know how to do ? 

 

Regards

1 ACCEPTED SOLUTION
Anonymous
Not applicable

You can get data off of Stripe's servers using the Stripe REST API, which exposes information about core resources, payment methods, subscriptions, and more. To get a list of all customers, for instance, you could call GET /v1/customers.

A even better way is to load the data in a warehouse first.

here is the full article:
http://stripe.topowerbi.com/

View solution in original post

3 REPLIES 3
Aryna
Helper V
Helper V

Hi there, you can try to build the integration via API or you can use a ready-made solutions. There are a lot of Power BI Stripe connectors available. 

For this integration I used this connector: https://vidi-corp.com/stripe-power-bi-connector/

karaoan
Kudo Kingpin
Kudo Kingpin

There is also a fully automated solution out there that automatically loads all Stripe data to an Azure SQL database and generates the relevant Power BI models and DAX metrics for subscriber and billing analytics: Stripe | Integration with Power BI & Excel | Acterys Next Level Planning

Anonymous
Not applicable

You can get data off of Stripe's servers using the Stripe REST API, which exposes information about core resources, payment methods, subscriptions, and more. To get a list of all customers, for instance, you could call GET /v1/customers.

A even better way is to load the data in a warehouse first.

here is the full article:
http://stripe.topowerbi.com/

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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