> For the complete documentation index, see [llms.txt](https://changelog.visilean.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.visilean.com/changelog/release-7.0-2024/export-project-data-for-a-workspace.md).

# Export Project Data for a Workspace!

We are excited to introduce a powerful new feature in VisiLean: **Export Project Data for a Workspace**! This feature allows users to export all workspace-specific project data (excluding task and constraint details) directly through the PowerBI API. With this functionality, enterprise customers can gain valuable insights into project and licence usage, helping them manage resources more effectively.

Access key project details, including statistics, dates, locations, and licence information, all in one place. Designed to provide a comprehensive view, this export empowers users to track performance, monitor consumption, and optimise operational efficiency.

By integrating this feature with PowerBI, users can create custom dashboards to visualise data and make informed decisions. Whether you're managing multiple projects or simply monitoring licences, this feature ensures transparency and control over your project management process.

Ideal for administrators and key decision-makers, this new tool is a game-changer for improving resource allocation and strategic planning. Say goodbye to guesswork and hello to smarter project management!

{% hint style="warning" %}
Only 'Process Manager' role holders can access this feature. &#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://changelog.visilean.com/changelog/release-7.0-2024/export-project-data-for-a-workspace.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
