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.
how to calculate the cost price when sales,profit and quantity is given in the table please anyone help me to get this issue resolve
Solved! Go to Solution.
You can create a calculated column to get the Cost Price
Cost Price per Unit= Divide([Sales],[Quantity]) - Divide([Profit],[Quantity])
Proud to be a Super User!
You can create a calculated column to get the Cost Price
Cost Price per Unit= Divide([Sales],[Quantity]) - Divide([Profit],[Quantity])
Proud to be a Super User!
Something like this. Say you have:
Sales = 5000 Euros
Profit = 100 Euros
Quantity = 200 pieces
We deduce that:
Cost = Sales - Profit = 4900 Euros
Cost per unit = Cost / Quantity = 24.5 Euros
Yes like this.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Hello,
so you could add a column and make a measure Cost = sales - Profit
and to get cost per item = Cost / quantity
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
User | Count |
---|---|
77 | |
76 | |
36 | |
31 | |
29 |
User | Count |
---|---|
93 | |
79 | |
57 | |
48 | |
48 |