Forum Discussion
mshao
Helper III
4 months agoBest Practices: Connecting Power BI to Feishu (Lark) Base (Bitable)?
Hi community, Seeking alternative solutions to connect Power BI directly to Feishu (Lark) Base (Bitable). Native connector missing. Currently evaluated two approaches: Web API via Power Qu...
- 4 months ago
Thanks for your advice~ Since we'd like to got the live data from feishu lark base, we don't want to add a workflow to sync the data to database. Thank you so much
tayloramy
Super User
4 months agoHi mshao,
If there's no native connector, then I would look at using notebooks and writing some python code to extract the data and load it into a fabric datastore.
That will be the most efficient way of doing it, and will make handling that token expiry much easier than trying to do it in power query.
mshao
Helper III
4 months agoWill try this path, thanks for your kindly advice