Forum Discussion
Eyal
Helper II
7 years agoScatter plots from atributes
Hi, I have a a large data set, arrange as a flat table that iI use to control trends from diffrent attributes. I want to creat a scatter plot to see the correlation between the attributes but c...
- Anonymous7 years ago
HI Eyal ,
You can try to use following measures:
HeightM= CALCULATE ( MAX ( Table[Value] ), FILTER ( ALLSELECTED ( Table ), [Attribute] = "Hight" ), VALUES ( Table[Lot] ) ) PriceM = CALCULATE ( MAX ( Table[Value] ), FILTER ( ALLSELECTED ( Table ), [Attribute] = "Price" ), VALUES ( Table[Lot] ) )Regards,
Xiaoxin Sheng
Anonymous
7 years agoNot applicable
Hi Eyal ,
You can create a matrix visual to achieve your requirement.
Steps:
1. Drag Lot to row, attribute to column, value to value field.
2. Create a slicer with source of attribute column.
3. Choose attribute value which you wanted display on matrix visual.
Regards,
Xiaoxin Sheng
- Eyal7 years ago
Helper II
Anonymous
I am sorry, I was not clear enough.
The issue is not to get the matrix table. I want to create two measures that I could use for a scatter plot visual and a correlation calculation.
Thanks for your help
Eyal