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

Get 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

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
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.