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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

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

v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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