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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Syndicate_Admin
Administrator
Administrator

Inventory Summation

Hello everyone, I wanted to consult you how I can do to total my inventory regardless of the warehouse in which it is, since when the warehouse is the same I can do it without inconvenience.

Ezequiel1990_1-1650915749751.png

Ezequiel1990_0-1650915667038.png

Where the example for the 31/12 gives the correct number but for the day of 8/1 should give above 90000 since I should do 8664 + 81441 but as they are in different warehouses they are not adding.

Try different ways to make a measurement but none of them worked for me

Ezequiel1990_2-1650916210414.png

Will you have any idea how to do it?

Of course, thank you very much!

1 REPLY 1
v-easonf-msft
Community Support
Community Support

Hi, @Syndicate_Admin 

There may be a problem with the filter in your formula.

Please change yor formula as below:

 

Valuarioninventario =
CALCULATE (
    SUM ( PBI_V_Valuarioninventario[Cost Amount (Actual)] ),
    FILTER (
        ALL ( PBI_V_Valuarioninventario ),
        PBI_V_Valuarioninventari[FechaContabilizaction]
            <= MIN ( 'PBI_V_Valuarioninventari'[FechaContabilizaction] )
    )
)

 

 

Best Regards,
Community Support Team _ Eason

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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