Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Governance Dashboard hierarchy visual fix #340

Merged
merged 2 commits into from Apr 26, 2024

Conversation

josunefon
Copy link
Member

Change

Governance Dashboard hierarchy visual fix

Function added to convert the images to Base64 format inside the Utils folder

let
    UrlToImage = (ImageUrl as text) as text =>
let
    BinaryContent = Web.Contents(ImageUrl),
    Base64 = "data:image/jpeg;base64, " & Binary.ToText(BinaryContent, BinaryEncoding.Base64)
in
    Base64
in
    UrlToImage

Base64 image for Subscriptions and Management Groups saved (but disabled from dashboard load) for future troubleshooting purposes.

image

Bug existing:
image

Dashboard with bugFix applied:
image

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update (Wiki)

Checklist

  • I'm sure there are no other open Pull Requests for the same update/change
  • I've tested the solution locally without any errors or warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas

Fixing issues #325 #332 #335 #339

…hboard v2.7.pbit

Template with problems on the hierarchy visual removed
@josunefon josunefon added bug Something isn't working Update New version released labels Apr 15, 2024
@josunefon josunefon self-assigned this Apr 15, 2024
@josunefon josunefon requested a review from a team as a code owner April 15, 2024 17:24
This was linked to issues Apr 26, 2024
@josunefon josunefon merged commit e6f41e5 into main Apr 26, 2024
1 check passed
@josunefon josunefon deleted the feature/josunefo/hierarchyVisualFix branch April 26, 2024 09:38
DrDonoso added a commit that referenced this pull request May 8, 2024
* Fixed Gov URI Fixed refresh token context (#315)

* dEPLOY

* Process all entities

* Change ingestion change logs

* Change ingestion change logs

* Fix datalake

* Change timertrigger

* Fix tests

* Remove

* Add DataLakeContainerProvider, add more tests and fix ccurrent ones

* Fix enabled operations for common ones

* Fix resource grou function

* Remove comments from DataLakeStorage.cs

* Update to bug reporting template (#336)

* Updated issue template form

* Delete .github/ISSUE_TEMPLATE/bug_report.md

* Governance Dashboard hierarchy visual fix (#340)

* Delete dashboards/CCODashboard-Governance/CCO Power BI governance dashboard v2.7.pbit

Template with problems on the hierarchy visual removed

* Feature/early adopters backend (#1)

* Backend solution release

* Fix code deployment workflow and add backend readme

* Fix Infra deployment (#327)

* Fix deployment and upgrade dependencies (#329)

* Modify ingestion logic (#337)

---------

Co-authored-by: Jordi Suñé <jordi.sune@microsoft.com>

* Update workflow

* Update workflow

* Update workflow

* Update workflow

---------

Co-authored-by: Sean Walsh <sewalsh@microsoft.com>
Co-authored-by: Bruno Valente <bvalente@microsoft.com>
Co-authored-by: Jordi Suñé <39730064+josunefon@users.noreply.github.com>
Co-authored-by: Jordi Suñé <jordi.sune@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Update New version released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image Requirement PBI - CCO Power BI governance dashboard
3 participants