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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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