The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.