Forum Discussion
PBIP - can I have one folder per project?
- 3 years ago
Hey Kurren ,
I'm pretty sure that this is not possible at the current moment, because a workspace does not know the concept of folders.
Regards,
Tom
Thanks for the feedback.
Its not possible at the moment, but its something we are considering to improve.
Until we support folders in workspace, the problem is not reading the folders but writing back from workspace to git.
I'm curious to understand your thoughts on this:
- If we let you connect and recursively read all folders, what should happen when you create a new report in the service? To which folder it should go?
To be honest writing back to git from the workspace is not usually how developers do things in a CI environment. We would work from power bi desktop, commit the dashboard to a git repo, push to azure devops and have the build pipeline automatically deploy to the workspace.
Ideally you should have a workspace to either be read-only from the git repo (to support what most developers would do with azure devops and continuous integration) or read-write as it is now.
As to your question: if a new report is created directly in the workspace it could just be added to the top level of the repository as it is now.