Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
In my data (which is on a daily basis), I have a field which is a cumulative sum. So when viewing the data, we care more about viewing the "current level" of the data.
So for example, if I wanted to look at the data on a daily basis, I would just display the data upfront.
However, if I were to look at the data on a weekly basis, then I would only want to see the level of the data on Sundays. If monthly, I would want to see the level on the last day of the month. For yearly, obviously the level at Dec 31.
The best way I assume to implement this would be to have a measure that would dynamically select the latest date available in the selected data range and then return the associated value. Attached below is the kind of visualization we hope to use, so creating a measure for each date breakdown (ex. one measure for weekly, one measure for monthly) isn't really feasible.
calculate(lastnonblankvalue(Date[Date]), [Measure])
refer closingbalancemonth
Power BI closingbalancemonth closingbalancequarter closingbalanceyear, lastnonblankvalue- Closing Balance, Distibutre Target: https://youtu.be/yPQ9UV37LOU
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
123 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |