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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
Anonymous
Not applicable

Sum of values of different categories

Dear all, 

 

I'm new to Power BI/Dax in general so apologize if this might seems obvoious but I couldn't manage to find a way to do it.

 

I'm working with data related to stock.  We have some final products which experience some processes from the raw material to the end, so it is possible to find different stocks of a product in every stage (they are considered as different products, although all of them depend on the final product).  What I want to know is the quantity of items we have in stock for each product filtering by customer.

 

As you can see, I am already calculating the stock we have of final products, but the rest of processes are showing us stock 0.

 

We have the following related data:

- Stockeuroal (warehouse 1)

- StockTotales (warehouse 2)

- Maestro_Ref (the categories of each code)

- PT (the structure; codes for the products related to the final product while are being processed)

 

image.png

 

Table PTTable PT

Table Maestro_RefTable Maestro_RefTable StockTable Stock

In order to know the stock por each process, we have calculated some measures:

Stock_PT = CALCULATE(SUM(StockTotales[Stock])+SUM(StockEuroal[Stock]), FILTER(Maestro_Ref, Maestro_Ref[Atributo] = "Ref_PT"))+0
 
Stock_PC2 = CALCULATE(SUM(StockTotales[Stock])+SUM(StockEuroal[Stock]), FILTER(Maestro_Ref, Maestro_Ref[Atributo] = "Ref_Pcurso2"))+0
 
etc
 
Thanks in advance
 
1 REPLY 1
lbendlin
Super User
Super User

your data model is inside out.  Reference tables are dimensions and need to be on the outside of the model.  your stock values are facts and need to be at the center of the data model.  Also, your components do not depend on the final product - the final product depends on the components.

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 MSCUST for a $150 discount! Prices go up Feb. 11th.

Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

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