Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
User | Count |
---|---|
89 | |
82 | |
48 | |
40 | |
35 |