Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.