Forum Discussion
hadesmtl
4 years agoNew Member
How to extract report data elements programmatically
Hey PowerBI experts, We have an website that presents sports data originally coming from a commercial API that we purchased. We are storing the teams, players and stats information in a database...
- Anonymous4 years ago
Hi hadesmtl,
According to your description, it seems like you want to accurately interact with these records. For this scenario, I think the basic export data api may not be suitable for your requirement.
I'd like to suggest you take a look at the following document about connection to the power bi service dataset with XMLA endpoint:
Dataset connectivity and management with the XMLA endpoint in Power BI - Power BI | Microsoft Docs
Regards,
Xiaoxin Sheng
lbendlin
4 years agoSuper User
Read about doing queries against XMLA endpoints.