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.
Hi All,
Good Morning!!
I am looking for a solution to create Power BI Report & Modelling programmatically or using SDK.
for example,
1. trying to create data modelling based on Tables, joins using metadata details in fileformat.
2. if i want to create a report with 2 barchart, 1pie chart and few slicers , programmatically i these control i should have it from program.
if its not possible for fully automated way, can we partially implement like editing dax query or MQuery dynamically.
i have searched a lot but i didnt get any solution for this. REST API is useful for editing published report or dataset in power bi service.
I hope currently there is no API. please suggest.
Thanks in advance.
The usual approach is to use templates or stubs and then modify their connections (for example). If you want to dynamically create visuals look into the Embedded SDK.