Skip to content

Add PowerBI report to ScubaConnect#16

Merged
jacdavi merged 4 commits intocisagov:mainfrom
MichaelHicks-MSFT:main
Jul 18, 2025
Merged

Add PowerBI report to ScubaConnect#16
jacdavi merged 4 commits intocisagov:mainfrom
MichaelHicks-MSFT:main

Conversation

@MichaelHicks-MSFT
Copy link
Copy Markdown
Collaborator

@MichaelHicks-MSFT MichaelHicks-MSFT commented Jun 24, 2025

🗣 Description

These changes will outline the steps to utilize the Power BI report in ScubaConnect.

💭 Motivation and context

Allows organizations to visualize the results of ScubaGear and track adherence to policies over time.

🧪 Testing

✅ Pre-approval checklist

  • This PR has an informative and human-readable title.
  • PR targets the correct parent branch (e.g., main or release-name) for merge.
  • Changes are limited to a single goal - eschew scope creep!
  • Changes are sized such that they do not touch excessive number of files.
  • All future TODOs are captured in issues, which are referenced in code comments.
  • Related issues these changes resolve are linked preferably via closing keywords.
  • All relevant repo and/or project documentation updated to reflect these changes.
  • All automated checks (e.g., linting, static analysis, unit/smoke tests) passed.

✅ Post-merge checklist

  • Feature branch deleted after merge to clean up repository.
  • Verified that all checks pass on parent branch (e.g., main or release-name) after merge.

Copy link
Copy Markdown
Collaborator

@jacdavi jacdavi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So far I've gotten as far as getting the data imported, but the report is blank. Looking at the steps in Transform Data -> Other Queries -> Power BI, things look normal until the line below, after which the table is blank. Any idea on how to fix that? In the meantime, adding some other feedback I saw.

= Table.Unpivot(#"Expanded Raw.scuba_config.Defender", {"Raw.scuba_config.Aad.MS.AAD.3.2v1", "Raw.scuba_config.Defender.MS.DEFENDER.1.5v1", "Raw.scuba_config.Defender.MS.DEFENDER.2.3v1", "Raw.scuba_config.Defender.MS.DEFENDER.1.4v1", "Raw.scuba_config.Defender.MS.DEFENDER.2.2v1", "Raw.scuba_config.Defender.MS.DEFENDER.2.1v1", "Raw.scuba_config.Aad.MS.AAD.2.1v1", "Raw.scuba_config.Aad.MS.AAD.7.4v1", "Raw.scuba_config.Aad.MS.AAD.1.1v1", "Raw.scuba_config.Aad.MS.AAD.3.6v1", "Raw.scuba_config.Aad.MS.AAD.2.3v1", "Raw.scuba_config.Aad.MS.AAD.3.9v1", "Raw.scuba_config.Aad.MS.AAD.3.1v1", "Raw.scuba_config.Aad.MS.AAD.3.8v1", "Raw.scuba_config.Aad.MS.AAD.3.7v1", "Raw.scuba_config.Exo.MS.EXO.1.1v2"}, "Attribute", "Value")

Copy link
Copy Markdown
Collaborator

@jacdavi jacdavi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes to README and powerbi file look good. I was able to load in data successfully for a GCC tenant

@jacdavi jacdavi merged commit 08ed416 into cisagov:main Jul 18, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants