Forum Discussion

orzel's avatar
orzel
Regular Visitor
9 years ago

Chart without aggregations

I want to achieve same chart as the one in pic below

The probles is that one of the axis must be aggregated. I've been trying many charts and custom visuals but no one give me even close solution.

 

My input data are in format (value is represented by dots in chart above):

string_data_1 | value1 | date1

string_data_1 | value2 | date2

string_data_1 | value3 | date3

string_data_1 | value4 | date4

string_data_2 | value1 | date5

string_data_2 | value2 | date1

string_data_2 | value3 | date7

string_data_2 | value4 | date7

and so go on...

 

Does anyone have any idea how can I achieve this in PowerBI? Thanks in advace.

2 Replies

  • orzel's avatar
    orzel
    Regular Visitor

    I want to achieve same chart as the one in pic below

     

    The probles is that one of the axis must be aggregated. I've been trying many charts and custom visuals but no one give me even close solution.

     

    My input data are in format (value is represented by dots in chart above):
    string_data_1 | value1 | date1

    string_data_1 | value2 | date2

    string_data_1 | value3 | date3

    string_data_1 | value4 | date4

    string_data_2 | value1 | date5

    string_data_2 | value2 | date1

    string_data_2 | value3 | date7

    string_data_2 | value4 | date7

    and so go on...

     

    Does anyone have any idea how can I achieve this in PowerBI?

    Thanks in advace.

    • v-sihou-msft's avatar
      v-sihou-msft
      Microsoft Employee

      orzel

       

      Currently, there's no "clustered scatter chart" in Power BI. And it's not supported to put dimension field on X-axis (it has to be Measure). You may develop a custom visual. 

       

      Regards,