Azure / CCOInsights

Welcome to the Continuous Cloud Optimization Power BI Dashboard GitHub Project. In this repository you will find all the guidance and files needed to deploy the Dashboard in your environment to take benefit of a single pane of glass to get insights about your Azure resources and services.
https://aka.ms/CCOInsights/videos
MIT License
698 stars 204 forks source link

Governance Dashboard hierarchy visual fix #340

Closed josunefon closed 2 weeks ago

josunefon commented 1 month ago

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.

Checklist

Fixing issues #325 #332 #335 #339