Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Syndicate_Admin
Administrator
Administrator

Error in the other previous value

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.

jmatamal_0-1681749154107.png

Please support to solve it.

Thank you

1 ACCEPTED SOLUTION
Syndicate_Admin
Administrator
Administrator

2 REPLIES 2
Syndicate_Admin
Administrator
Administrator

fixed, thanks

Anonymous
Not applicable

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

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.