Forum Discussion
Don-Bot
Helper V
1 year agoCan 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 i...
- 1 year ago
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.
lbendlin
Super User
1 year agoHere 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-Bot1 year ago
Helper V
Thanks, Phil Seamark is the one that got me started on this a while ago. I'll review those.