Back

Connecting from Power BI to appwrite

  • 0
  • Self Hosted
  • Web
  • Realtime
Suiii
12 Jun, 2023, 14:07

Is it possible to connect as power bi data source.

TL;DR
User is asking how to connect Power BI to Appwrite for querying data and creating reports. Another user recommends paginating the data instead of fetching the entire database in one request. User requests if Appwrite can respond with the entire database. Another user explains that fetching the entire database would be difficult to use for visualization in Power BI. A user provides a link to the REST example requests and documentation for the response payload. User asks if there are any use cases for connecting Appwrite to Power BI. Another user suggests connecting directly to the REST APIs for querying data. A user mentions that it is technically possible to connect to the mariadb database directly
Drake
12 Jun, 2023, 14:31

I would recommend connecting directly to the REST APIs: https://appwrite.io/docs/rest

Technically, if you're self hosting, you can connect to the mariadb database directly, but i don't recommend it because we use internal ids for things so you might have a hard time finding the right collection

Suiii
12 Jun, 2023, 14:32

how data are shown by connecting with rest ?

Drake
12 Jun, 2023, 14:39

same as using the SDKs

Suiii
12 Jun, 2023, 14:40

any use case of connecting to power bi

Suiii
12 Jun, 2023, 14:40

sample .

Drake
12 Jun, 2023, 14:41

all of our docs have REST example requests if select REST in the Client Integration drop down: https://appwrite.io/docs/client/databases?sdk=rest-default#databasesListDocuments

We also document the response payload

Suiii
12 Jun, 2023, 14:41

it would be hard to use for visualization by power bi.

Drake
12 Jun, 2023, 14:43

what do you mean?

Suiii
12 Jun, 2023, 14:44

can it response as whole database

Drake
12 Jun, 2023, 14:44

what? no, you can't fetch the entire database in one request. you must paginate

Suiii
12 Jun, 2023, 14:45

thinking how it will be working with power bi.

Suiii
12 Jun, 2023, 14:45

lets say querying data for showing some calucations , statical report

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more