Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I would like to know if there is a visual on power BI, very much like the treemap visual, except with circles as the shape instead of rectangles. The main property of the visual I'm looking for is for each category within the relevant dataset to have its own circle, and the relative size of that circle should scale with a DAX measure of my choice. The data I'm visualising is very basic and one dimensional, so I don't want to give it an x/y axis as is the case with a bubble chart.
Crossposted here: https://community.fabric.microsoft.com/t5/Desktop/Treemap-visual-with-circle-shapes-instead-of-recta...
Hi,
Correct me if I didn't understand your problem but I think that your needs can be solved with a Scatter Plot.
If your data looks like:
You can create a Scatter Plot with these parameters:
And it will look like:
Then go in "Format" pane, especially into the "Markers" settings and you will find more parameters to refine your chart.
Otherwize, you can of course use a custom measure to parametrize the size of the circles
Have a nice day and don't hesitate to ask if you have questions