Forum Discussion
badger123
Resolver I
7 years agoScatter chart measure
Hello,
I have two measures (selected item size and average item size) that I would like to use to create a visual like below, where the left bubble is selected item size and right bubble is average item size.
I think may be possible using the scatter chart by creating a table like below, setting column1 as X axis and column2 as size.
| Column1 | Column2 |
| 1 | Measure1 |
| 2 | Measure2 |
Is there a way for me to make the above table as a measure?
1 Reply
- v-danhe-msft
Microsoft Employee
Hi badger123,
Based on my test, I am afraid you could not use different measures for the same column to show in a scatter chart.
Regards,
Daniel He