Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I am referencing this article to calculate the beginning to date summaring but get 0.
I don't think it's correct to use the argument all() to represent the year-end which is a constant value.
Do you have other solutions to get the beginning to date sumup?
Hi @Julianaz ,
Based on your describing, I think you want to return a cumulative value, right?
You can try creating the following measure.
Measure = CALCULATE(SUM('Table'[Value]),FILTER(ALLSELECTED('Table'),[Date]<=MAX('Table'[Date])))
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Why we need use Filter(ALLSELECTED()... ?
Thanks @Anonymous
I mean if we put the date as a slicer and select different date(s) the result will be different.
Hi,
Actually it's not working YTD already restricted everything in one fiscal year and you can't calculate the cumulative data for all any longer.
Sorry about that.
wow I guess that's very smart 🙂 I will try to see if it works~~~~~
I'd have to play with it get it right. I definitely have to work through it lol
Sorry about that. Good luck!
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 |
---|---|
83 | |
75 | |
64 | |
39 | |
34 |
User | Count |
---|---|
107 | |
56 | |
52 | |
48 | |
40 |