The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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! | |
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
113 | |
83 | |
75 | |
51 | |
42 |
User | Count |
---|---|
140 | |
113 | |
73 | |
64 | |
62 |