Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
When i have the table with all the line numbers & part numbers (TableA), the "cost each" and "total part cost" are showing the correct amount.
But, when i remove Line Number (TableA1), the cost each for Part Number is incorrect.
How to fix this?
TableA:
TableA1:
Solved! Go to Solution.
Powerbi applies an aggregation in the field well - in this case it's a numeric field so the default is SUM. You can write your own measure or change the aggregation to MIN or AVG (either should work in this case)
Powerbi applies an aggregation in the field well - in this case it's a numeric field so the default is SUM. You can write your own measure or change the aggregation to MIN or AVG (either should work in this case)