Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Scatter Chart - X and Y text value axis, Z numeric axis

Hi everyone,   I want to make a scatter chart having for X-axis text values and for Y-axis text values too. Of course, I need a numerical value which would be on the size (Z-axis).   In order to ...
  • MFelix's avatar
    3 years ago

    Hi Anonymous ,

     

    On the scatter plot relates to variable so when you have an increase in the value of one you can check the other one variation.

     

    Using the standard value on PBI what you can do is the following:

    • Add an ID column for each colour of t-shirt

    • Now create your Scatter plot with the following settings:
      • X-axis - X-axis column - no summarization
        • Y-Axis - Type column
        • Legend - Y-axis column
        • Size - Creation time column
        • Y-axis max - 5
        • Y-axis min - 0

    Result is below:

     

    Now what you can do is to force the colour on each of value and turn off the y-axis and the legend final result like this:

     

    If you want to have the values on each of the rows you can add a text field in front of each one with the text and doing a group of the visualizations will seem like a single visual:

     

     

  • MFelix's avatar
    MFelix
    3 years ago

    Hi Anonymous ,

     

    On the Index column select the summarization of sum:

    The size of the bubles should be the sum of the Creation Time Spent.

     

    Regarding the data labels there is not that option on the scatter plot.