Forum Discussion

vkomarag's avatar
vkomarag
Helper III
9 years ago

Any tips for this.

 

Can we have something like this in Power BI. Any easy way that we can do it. Based on the figure, the bubble shape color and shape varies

 

 

Thanks

KVB

 

 

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    We do something similar for one of our reports.

     

    1. We host all of our images on an Azure web site so they are externally available.

    2. We have a kpi mapping table (KeyId = 9, ImageUrl = https://webassets.azureweb..../Content/images/32x32/ok.png, etc

    3. We figure out what Image we want to display in the SQL backend.. so in BI we just join to the KPI table via the keyId.

     

     

     

     

     

     

     

     

     

    • vkomarag's avatar
      vkomarag
      Helper III

      Thanks.

      I have already tried this. But here the bubble size varies based on the range of values.