March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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 MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
16 | |
13 | |
12 | |
9 |
User | Count |
---|---|
36 | |
31 | |
20 | |
19 | |
17 |