The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 that we own and control.
We now need to create and display advanced stats (complex calculations, auto-updated rankings for various stats categories etc.). Lots of this could be done in minutes using powerbi reports compaired to losts of custom development for each new data element.
What we are wondering is, is there a way to get a report's content via some kind of API? We can't have human interaction and we wouldn't be able to keep up. Can't seem to find any documentation that indicated that this is possible. Any ideas appreciated.
Thx
Solved! Go to Solution.
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
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
Read about doing queries against XMLA endpoints.