Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Scatter Chart - bubble size and overlapping

Hi, I'm quite new to Power BI and I am creating a risk map using scatter chart. But I am not really sure if it's the best option. I am having issue making the size of the bubbles and I would like t...
  • v-lili6-msft's avatar
    7 years ago

    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 dataclear data

     

    and here is pbix, please try it.

     

    Best Regards,

    Lin