Add PowerBI report to ScubaConnect#16
Merged
jacdavi merged 4 commits intocisagov:mainfrom Jul 18, 2025
Merged
Conversation
jacdavi
reviewed
Jun 26, 2025
Collaborator
jacdavi
left a comment
There was a problem hiding this comment.
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")
jacdavi
approved these changes
Jul 18, 2025
Collaborator
jacdavi
left a comment
There was a problem hiding this comment.
Changes to README and powerbi file look good. I was able to load in data successfully for a GCC tenant
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🗣 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
✅ Post-merge checklist