Rank 3: Container
Is it possible to connect as power bi data source.
Votes
0
Replies
12
Participants
Unknown
Messages
13
Rank 3: Container
Is it possible to connect as power bi data source.
Admin
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
Rank 3: Container
how data are shown by connecting with rest ?
Admin
same as using the SDKs
Rank 3: Container
any use case of connecting to power bi
Rank 3: Container
sample .
Admin
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
Rank 3: Container
it would be hard to use for visualization by power bi.
Admin
what do you mean?
Rank 3: Container
can it response as whole database
Admin
what? no, you can't fetch the entire database in one request. you must paginate
Rank 3: Container
thinking how it will be working with power bi.
Rank 3: Container
lets say querying data for showing some calucations , statical report