-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated documentation for sanitize_powerbi_report function
- Loading branch information
1 parent
9628f49
commit 40db0d2
Showing
4 changed files
with
121 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
## Improvements: | ||
Report Wireframe page sorting corrected. | ||
## New Function | ||
`sanitize_powerbi_report`: A comprehensive Power BI report sanitization utility designed to clean up and optimize Power BI reports. | ||
|
||
### Cleanup Actions | ||
- Remove unused measures | ||
- Clean up unused bookmarks | ||
- Remove unused custom visuals | ||
- Disable "Show items with no data" | ||
- Hide tooltip and drillthrough pages | ||
- Set the first page as active | ||
- Remove empty pages | ||
- Remove hidden visuals never shown | ||
- Clean up invalid bookmarks | ||
|
||
### Key Benefits | ||
- Reduces report file size | ||
- Improves report performance | ||
- Cleans up unused and hidden elements | ||
- Provides granular control over report cleanup | ||
|
||
### Usage | ||
Refer to [example_usage.ipynb](examples/example_usage.ipynb) for detailed usage instructions and examples of the report sanitization function. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters