Forum Discussion
Need help in creating a report
- 6 years ago
Hi Anonymous ,
How about creating a R visual?
library(ggplot2) ggplot(dataset,aes(x=Project, y=Budget,col=Project))+ geom_point() + facet_grid(~Category)BTW, .pbix file attached.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Attaching the expected visuaization
- amitchandak6 years agoSuper User
Anonymous , I doubt this kind of visual -
refer - https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-scatter
Other you have
https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104381703?src=office&tab=Overview
https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104380762?tab=Overview
https://blog.pragmaticworks.com/power-bi-custom-visuals-enhanced-scatter
- Anonymous6 years agoNot applicable
try the following set up
I realised I made a mistake, the setup should be
Legend = Category
X-Axis = Project
y Axis = Budget
Size = Budget