Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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