Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not 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 file for product. Stock table for product cost. Master data closed for quantity of manufactured products. Ralatons work, costs are actively working in visual dashboard, as well as maesure for sum of scraps

 

obraz_2022-07-15_100734335.png

2 REPLIES 2
Anonymous
Not 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])
tamerj1
Super User
Super User

Hi @Anonymous 

please clarify this equation with column names ans table names and clearly identify the level of aggregation(s)

= pl master data scrap costs / ( master data closed * costs) * 1 000 000

provide a clear description of your visual and filters

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.