Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
My dataset is set up as below:
I wish to add a column/measure which would show a Week To Date value each day as below:
WeekDate WeekDay field WeekToDate
Week1 1 1 1
Week1 2 3 4
Week1 3 0 4
Week1 4 1 5
Week1 5 2 7
Week1 6 0 7
Week1 7 1 8
Week2 1 3 3
Week2 2 0 3
Week2 3 1 4
Week2 4 3 7
Week2 5 0 7
Week2 6 1 8
Week2 7 1 9
I've tried the following:
Solved! Go to Solution.
@JonHacking try this
CALCULATE( SUM('Table'[fieldname]), FILTER( ALLEXCEPT('Table', 'Table'[Week Date]), 'Table'[WeekdayNum] <= MAX( Table[WeekDayNum[) ) )
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@JonHacking try this
CALCULATE( SUM('Table'[fieldname]), FILTER( ALLEXCEPT('Table', 'Table'[Week Date]), 'Table'[WeekdayNum] <= MAX( Table[WeekDayNum[) ) )
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
That has worked
Cheers,
Jon
User | Count |
---|---|
121 | |
72 | |
71 | |
57 | |
50 |
User | Count |
---|---|
167 | |
83 | |
68 | |
65 | |
55 |