Forum Discussion
ThiagoMi88
7 years agoRegular Visitor
Division with filtered field
Hello guys,
I have a table where one column has the products manufactured, in another column the raw materials, but there is also the record of the manufactured product, as you can see below. In t...
- 7 years ago
Hi ThiagoMi88
Create two measures
amount_product = CALCULATE ( SUM ( Table1[Amount] ), FILTER ( ALLEXCEPT ( Table1, Table1[Production Order], Table1[Product] ), LEFT ( Table1[Raw Material], 3 ) = "Pro" ) )Expected result = MAX(Table1[Amount])/[amount_product]
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Ashish_Mathur
Super User
7 years agoHi,
I cannot download your workbook from that link. Share the link from where i can download your workbook and please ensure that the expected result column is formula driven so that i can understand the logic.
ThiagoMi88
7 years agoRegular Visitor
Follow the link
Sorry. The logic is the same as I described earlier, I just forgot to mention the Production Order field.
- Ashish_Mathur7 years ago
Super User
That link leads to an error page.