.dockerignore
.gitignore
ANALYST_FRIENDLY_EXTENSIONS.md
CHANGELOG.md
CODE_OF_CONDUCT.md
COMPLIANCE_REVIEW.md
CONTRIBUTING.md
Dockerfile
EXECUTIVE_OVERVIEW.md
INTEGRATION_HOOKS.md
LICENSE
PROJECT_CLEANUP_SUMMARY.md
PROJECT_RECOMMENDATIONS.md
QUICK_REFERENCE.md
README.md
ROADMAP.md
THIRD_PARTY_LICENSES.md
USER_GUIDE.md
pyproject.toml
requirements.txt
setup.py
.github/FUNDING.yml
.github/workflows/ci.yml
.github/workflows/release.yml
analyst_extensions/BI-Doc-Quick-Scan.bat
analyst_extensions/INSTALLATION_GUIDE.md
analyst_extensions/powershell/BIDocumentation.psd1
analyst_extensions/powershell/BIDocumentation.psm1
analyst_extensions/powershell/COMPLIANCE_FIXES.md
analyst_extensions/powershell/README.md
archive/gui_related/gui/COMPLIANCE_FIXES.md
archive/gui_related/gui/bidoc_gui.py
archive/gui_related/gui/launch_gui.bat
archive/gui_related/gui/requirements.txt
bidoc/__init__.py
bidoc/__main__.py
bidoc/__version__.py
bidoc/ai_summary.py
bidoc/cli.py
bidoc/config.py
bidoc/constants.py
bidoc/dax_formatter.py
bidoc/json_generator.py
bidoc/logger.py
bidoc/markdown_generator.py
bidoc/metadata_schemas.py
bidoc/pbix_parser.py
bidoc/summary_strategies.py
bidoc/tableau_parser.py
bidoc/test_data.py
bidoc/utils.py
bidoc.egg-info/PKG-INFO
bidoc.egg-info/SOURCES.txt
bidoc.egg-info/dependency_links.txt
bidoc.egg-info/entry_points.txt
bidoc.egg-info/requires.txt
bidoc.egg-info/top_level.txt
output/CH2_BBOD_CourseMetrics_v2.json
output/CH2_BBOD_CourseMetrics_v2.md
output/COVID-19 US Tracking Sample.json
output/COVID-19 US Tracking Sample.md
output/Human Resources Sample PBIX.json
output/Human Resources Sample PBIX.md
samples/README.md
samples/power_bi/images/bing-wallpaper-06212023.png
samples/power_bi/images/image-text.txt
tests/__init__.py
tests/test_bidoc.py
tests/test_cli.py
tests/test_config.py
tests/test_error_handling.py
tests/test_metadata_completeness.py
tests/test_powerbi_parser.py
tests/test_tableau_parser.py
tests/test_utils.py