Forum Discussion
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
- v-caliao-msftMicrosoft Employee
You could use scatter charts and bubble charts to achieve similar requirement in Power BI. A scatter chart always has two value axes to show one set of numerical data along a horizontal axis and another set of numerical values along a vertical axis.
Reference
https://powerbi.microsoft.com/en-us/documentation/powerbi-service-tutorial-scatter/Regards,
Charlie Liao
- AnonymousNot 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.
- vkomaragHelper III
Thanks.
I have already tried this. But here the bubble size varies based on the range of values.