Forum Discussion
Anonymous
4 years agoNot applicable
Combine two plots with R/ combine two variables on one x axis
Dear all, I have a table like this (document table) in Power BI: Dokument No | ProjectLeaderID | Service-EmployeeID | ProjectDesignerID | CommissionProjectLeader | CommissionProjectDesigner ...
Anonymous
4 years agoNot applicable
Hi Anonymous ,
Do [CommissionProjectLeader] and [CommissionProjectDesigner] show "Yes" or "No"? I think you can try to combine these two columns as one, rename it as [Type] with data "ProjectLeader" and "ProjectDesigner".
As far as I know, you can try to add a legend in R Plot.
For reference: Add a basic Legend in a custom visual
Or you can create two meausres to calcualte the sales for "ProjectLeader" and "ProjectDesigner". And add measures into Value Field of the visual.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
4 years agoNot applicable
Hi RcoZhou,
no they have values in EUR (the comission amount)...
Thanks 🙂