This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Thanks to all who reply,
I am trying to multiply a column [invoiceprice] by a measure [inventory turns calc] to create a product pricing field.
Measure: Inventory Turns Calc = [market share calc] / SUM('Inventory Turns'[Inventory Turns])
This is my DAX: Product Pricing = [Inventory Turns Calc] * sum(demoChainPrice[invoicePrice])
Can this be done?
Or maybe I can't multiply by the Inventory Turns Calc?
Inventory Turns Calc = [market share calc] / SUM('Inventory Turns'[Inventory Turns])
Market Share Calc = SUM(replacementsByCounty[replacements])*SUM('Market Share'[Market Share])*.01
Thank you,
BLD
Solved! Go to Solution.
Hi @Anonymous ,
Yes, it's possible. You can have a try.
If you need a dynamic result that changes the result based on the slicer's filtering, it's best to create a measure to return the results. Because measures are dynamic and calculated columns are static.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I also need to mention the Inventory Turns Calc field is a variable. It will change based on the value used in my parameter.
Hi @Anonymous ,
Yes, it's possible. You can have a try.
If you need a dynamic result that changes the result based on the slicer's filtering, it's best to create a measure to return the results. Because measures are dynamic and calculated columns are static.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you.
I did end up with creating the measure below calcuating just the fields all together.
Seems to be working however the total for each part is always a couple of dollars off. Appears to be a rounding issue. Is there anything I can do to stop the rounding?
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 36 | |
| 32 | |
| 25 | |
| 23 |