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.
Hello All,
I have a semantic model that I'm creating using ADO with C# .net. Can anyone tell me how I can create a report from scratch with c# .net that points to my brand new semantic modelt hat is being created?
I don't have any code to share for this since I haven't found anything yet.
Thanks,
Solved! Go to Solution.
Here are some things to get you started
Using Visual Studio Code to query Power BI - Phil Seamark on DAX
Create a quick report in the Jupyter environment - Power BI | Microsoft Learn
More notebook than C# but you get the general idea.
prepare for a lot of manual work though.
Here are some things to get you started
Using Visual Studio Code to query Power BI - Phil Seamark on DAX
Create a quick report in the Jupyter environment - Power BI | Microsoft Learn
More notebook than C# but you get the general idea.
prepare for a lot of manual work though.
Thanks, Phil Seamark is the one that got me started on this a while ago. I'll review those.