Forum Discussion
Bubble Visual
- 8 years ago
I think you may have to create a Measure for each axis, and use them so that it shows individual values, rather than a sum/average/etc, which is the default... it took me a bit of fiddling around to find out how the measure works, so look for a video on it in the Learn section - but you'll end up with something like Measure = MAX([MyField])
You then assign this to the axes.
Maybe this is what you need?
https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104381151?tab=Overview
The values are based on the X and Y axis as you asked
Thanks miltenburger.
I already tried this visual but this too take count of values in X & Y axis. :(
Thanks!
- VermontSC8 years agoFrequent Visitor
I think you may have to create a Measure for each axis, and use them so that it shows individual values, rather than a sum/average/etc, which is the default... it took me a bit of fiddling around to find out how the measure works, so look for a video on it in the Learn section - but you'll end up with something like Measure = MAX([MyField])
You then assign this to the axes.
- Anonymous8 years agoNot applicable
Hi VermontSC
I think you are correct. I need to do as per you have mentioned.
Thanks for your inputs!