Forum Discussion
Anonymous
4 years agoNot applicable
Formula PPM
Hello, I m trying to write down a PPM cost measure but i m still failing to do it. = pl master data scrap costs / ( master data closed * costs) * 1 000 000 Master data scrap is a source ...
Anonymous
4 years agoNot applicable
In the master data scrap there is created relationship from column "pn" (product number shortcut, as relation identifiaction) to master data closed, also "pn" column. Master data scrap relation from "pn" column goes to stocktable_dat to "item number" column
I have created working measure for summing up filtered table entries, maybe it ll be helpful
Cost Price =
sumx(
RELATEDTABLE(StockTable_DAT),
StockTable_DAT[CostPrice])