Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have a table with three fields Customer , Sales and Profit . Creating a scatter chart using R with Sales on Y axis and Profit in X axis for each customer.
Till here i am able to achieve in R but after that i want to draw a constant line with Profit = Sales/3.
y = 3x
This will help me to identify the customers with profit =sales/3.