Forum Discussion
Syndicate_Admin
5 years agoAdministrator
Formula
Hello, could someone help me I have two calculations made by measure "Total parts" = "good parts" + "quantity" and the 2 second calculation is "FPY Station" = "good parts" / "Total parts". ...
Greg_Deckler
5 years agoCommunity Champion
Syndicate_Admin This is an extremely similar question to one that was just recently asked. The same answer applies, you are trying to essentially do a "Previous Value" problem aka recursion. DAX is not good at this sort of thing. Previous Value (“Recursion”) in DAX – Greg Deckler
Syndicate_Admin
5 years agoAdministrator
@Syndicate_Admin So how can I achieve this in power query? Is there any way to achieve the result?
Thank you