Tools for auto-documenting and exploring your Power BI model (DAX & Power Query)
This repository is a store of tools-in-development, primarily in R or Python, for documenting or improving Microsoft Power BI models (e.g. scripts to find unused objects in your model).
Note: These scripts will only work on Windows
In general, you can download the script and run it in your favorite IDE or from the command line. Each tool will have specific instructions with any special requirements.
Scripts are available in folders for each tool.
These tools are currently in the repository and available for use.
Tools | Purpose | Languages (Version) |
---|---|---|
Report Download Utlity | CLI & WinForms GUI to download Power BI reports on the Service as a PDF or PPTX | Windows PowerShell (‘5.1’) |
Unused DAX Objects | Returns objects in you loaded Power BI model that are not necessary to any visualized calculation | R(3.6.1 ), Python(3.7.4 ) |
Convert Excel to CSV | Converts the selected sheet of an Excel file to a CSV in the same directory | PowerShell(3.0 ) |
Get Sources
to list source files (R/Python)