Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi everyone, I need to resolve an inconsistency in the calculated value of the stock.
I am using the following formula to calculate the stock:
Stock = ROUND(CALCULATE('Initial Angamos'[Opening Balance] + [Received], FILTER(ALLSELECTED(Calendar[Date].[ Day]), Calendar[Date]. [Day] <= MAX(Calendar[Date].[ Day])))) - [Outdoor], 3)
In short, the formula adds the opening balance and the value received, and then subtracts the outside value to get the stock. However, I have noticed that there is an inconsistency in which, although I no longer have stock, some values are still displayed. For example, in the stock highlighted in yellow, on day 13 the entire stock has already been consumed, but the last previous value is still displayed instead of zero (0).
I attach an image showing the inconsistency.
Please support to solve it.
Thank you
Solved! Go to Solution.
fixed, thanks
Hi @jmatamal ,
I think this should be related to the +[Received] part in your expression.
You formula will loop through the date range which less than or equal to current date values, and it expand and take last nonblank 'Received' values to the date range which not include matched 'Opening Balance' values.
For this scenario, I think you need to add some condition to prevent these calculation on date ranges that no match 'opening balance' existed.
Can you please share a pbix or some dummy data that keep the raw data structure with dax expressions and expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
88 | |
85 | |
82 | |
65 | |
49 |
User | Count |
---|---|
138 | |
110 | |
104 | |
66 | |
64 |