Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi
I am in learning stage of Power BI. I came across a problem. I have a table with 2 column namely: Entry_date and profit. I want to add a Cumm Profit2 column which can calculate running total profit for each row except for the 1st row as it will remain the same. If you refer to the picture the Cumm Profit2 is not matching Cumm Profit. Kindly point out the Mistake.
Solved! Go to Solution.
Hello,
Make sure you first understand the concept of row and filter context first,
Here replace sales column to "Profit" column, sheet1 with your table name and date with "Entry date"
Hello,
Make sure you first understand the concept of row and filter context first,
Here replace sales column to "Profit" column, sheet1 with your table name and date with "Entry date"
Thank you for help
try to modify the formula with below
1. filter(all(table)
2. "MIN" to be replaced to "Max".
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
11 | |
11 | |
10 | |
6 |