Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Solved! Go to Solution.
HI, @Anonymous
After my test, you could try this way:
Step1:
Set field Impact and Probability Default Summarization: Don't summize
Step2:
Use ISFILTERED Function to add a measure and drag it into Size
Measure = IF(ISFILTERED(Table1[Business Unity]),COUNTROWS(Table1),CALCULATE(COUNTROWS(Table1),ALL(Table1[Category])))
Result:
filter data
clear data
and here is pbix, please try it.
Best Regards,
Lin
HI, @Anonymous
After my test, you could try this way:
Step1:
Set field Impact and Probability Default Summarization: Don't summize
Step2:
Use ISFILTERED Function to add a measure and drag it into Size
Measure = IF(ISFILTERED(Table1[Business Unity]),COUNTROWS(Table1),CALCULATE(COUNTROWS(Table1),ALL(Table1[Category])))
Result:
filter data
clear data
and here is pbix, please try it.
Best Regards,
Lin
Hi Lin,
Thank you very much for your reply.
It didn't work the way I wanted with your mesure, however I made it just dragging the Count Risk_ID into the bubble size
I was trying putting it in details, that's why it was not working,
But I also wanted to see all overlapping bubbles in my chart, even the ones with same size.
For example if I add a row:
UA - 03 | Commercial | 4 | 5 | R2.1_UA - 03
It would be overlapping with the Strategic bubble (R6.2_UA - 01) and the chart I only see one of them.
Is there a way I could see both? I don't know like a pie chart in the bubble spliting the bubble in two colors?
Can I also make the bubble smaller?
Thanks again!
Hi,
Did you get a solution for overlapping bubbles and how to show them?
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 46 | |
| 30 | |
| 24 | |
| 23 |
| User | Count |
|---|---|
| 146 | |
| 108 | |
| 64 | |
| 38 | |
| 31 |