Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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".
Now I need another calculation that does the following:
I have FPY Station I need "FPY Accumulated"
99.87% = 99.87%
99.88% (99.88%) x (99.87%) / (100) = 99.75%
99.61% (99.61%) x (99.75%) / (100) = 99.36%
99.54% (99.54%) x (99.36%) / (100) = 98.90% ....
in other words
A1 = B1
A2 A2xB1 = B2
A3 A3xB2 = B3
A4 A4xB3 = B4 ....
Please and thank you!
@Syndicate_Admin
Here is the similar post, check the 2nd reply and you need change the calculation in the new column step. But your calculation uses measure, it can be complex since you may need to create those measures using custom column in power query.
Multiply a result for a value in other column - Microsoft Power BI Community
Paul Zheng _ Community Support Team
@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 So how can I achieve this in power query? Is there any way to achieve the result?
Thank you
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
56 | |
55 | |
54 | |
37 | |
29 |
User | Count |
---|---|
78 | |
64 | |
45 | |
40 | |
40 |