Build a dashboard by description (AI)
daxops_ai_buildDescribe your desired Power BI dashboard in plain English and the AI builds and downloads the .pbix file to your disk.
Instructions
Describe the dashboard you want in plain English and DaxOps' AI agent builds it, then downloads the .pbix to disk. Build on a Solution starter (solution) or on your uploaded data (sourceId) - provide exactly one. Consumes AI credits on your account. Polls to completion (this can take a few minutes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | what you want the dashboard to show / do | |
| outPath | No | where to save the .pbix - a directory or a full *.pbix path; defaults to ./daxops-<job>.pbix | |
| solution | No | a Solution starter id from daxops_list_solutions to build on sample data | |
| sourceId | No | a sourceId from daxops_upload_data to build on your data |