Forum Discussion
Can I create a new Report with C#?
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,
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.
2 Replies
- lbendlinSuper User
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.
- Don-BotHelper V
Thanks, Phil Seamark is the one that got me started on this a while ago. I'll review those.