Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hello, I hope someone can help me with this. I need to create a new column that adds the accumulative of the column value, this table is fed every day. Thanks
Solved! Go to Solution.
Hi,
add a custom column with an index (starting from 1 with increment of 1)
then add another custom column for the calc: List.Sum(List.FirstN(#"Changed Type"[Sales],[Index]))
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
thanks for your support
Thanks for your support
Hi,
add a custom column with an index (starting from 1 with increment of 1)
then add another custom column for the calc: List.Sum(List.FirstN(#"Changed Type"[Sales],[Index]))
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
31 | |
29 | |
19 | |
15 | |
12 |
User | Count |
---|---|
20 | |
18 | |
13 | |
10 | |
10 |