Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
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
Will you have any idea how to do it?
Of course, thank you very much!
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
61 | |
56 | |
55 | |
36 | |
34 |
User | Count |
---|---|
76 | |
73 | |
46 | |
45 | |
43 |