Forum Discussion
vkomarag
9 years agoHelper III
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
Anonymous
9 years agoNot 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
9 years agoHelper III
Thanks.
I have already tried this. But here the bubble size varies based on the range of values.