Forum Discussion
segranp
7 years agoNew Member
One Column, Many Variables - how to create a scatterplot
Hi All My data has as all variables (eg. revenue, costs, profit) in one column called Variables. In another column, I have all the data called Data. In another column, I have the respective co...
v-evelk
7 years agoMicrosoft Employee
Hi,
I see two ways to implement this:
1. Use DAX in Power BI Desktop to extract your data into several columns and then use Enhanced Scatter for visualization.
2. Fork Enhanced Scatter from public repository as basis for your own custom visual and modify it. In this case you will probably need to use Matrix or Table mapping instead of Categorical and manage data inside the code.
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]