Forum Discussion
GigaGandalf
1 year agoFrequent Visitor
Creating a Dataset via API with service principal
Hello, I am trying to create a dataset with the API and have been using a service principal to authenticate my other API calls. Unfortunately it looks like service principal authentication is now al...
- 1 year ago
Are you actually trying to create a push dataset or a normal one?
You can use the Create Item API to create a regular semantic model. The SPN will need contributor access to the target workspace
Deku
1 year agoSuper User
Are you actually trying to create a push dataset or a normal one?
You can use the Create Item API to create a regular semantic model. The SPN will need contributor access to the target workspace
GigaGandalf
1 year agoFrequent Visitor
Hi Deku,
thank you for your response. I was in fact not aware of the fabric API and under the impression that only the powerbi api exists. The create semantic model endpoint covers my needs.
Now I only have to figure out how to create proper semantic model definitions 😄