March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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! | |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
90 | |
89 | |
85 | |
73 | |
49 |
User | Count |
---|---|
167 | |
147 | |
92 | |
70 | |
58 |