Forum Discussion
Anonymous
5 years agoNot applicable
How to multiply Measure with Fixed value from different table
Hi everyone, I've made the following table containing two items from the "Master" data sheet with product facts (Product Gegevens); ProductID and PurchasePrice. Also I've created a Running Total ...
lkalawski
5 years agoResident Rockstar
Hi Anonymous
Measure =
[Totaal Voorraadd] * SELECTEDVALUE ( 'Product Sales'[Purchase Price] )
You must use the SELECTEDVALUE or MAX function to determine which row (which value) you want to multiply.
_______________
If I helped, please accept the solution and give kudos! 😀
- Anonymous5 years agoNot applicable
Hi Ikalawski,
Thanks for your feedback, but it doesn't work yet. Both the table containing al ProductID's and the table with one ProductID sorted by date does not show a total stock value correctly.