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
Tomek1982
Helper I
Helper I

Stock value calculation over time

Hi,

I have following issue. 

There is a stock calculated over time based on a table with stock movement.

Tomek1982_0-1665948423764.png

There is a measure calculating the stock and this is working fine:

Tomek1982_1-1665948557770.png

The next step for me is to calculate stock value over time taking parts prices from another table:

Tomek1982_2-1665948777559.png

It seems to be easy calculation: stock_value = parts_qty * part_price but I can not manage it. I would like to display changes over time. PBIX attached here

1 ACCEPTED SOLUTION

Thanks for the reply, actually in the original file the issue was much simpler. There was a mess in data types. After data types correction everything sarted to work as intended.

View solution in original post

4 REPLIES 4
Shaurya
Memorable Member
Memorable Member

Hi @Tomek1982,

 

You can use the LOOKUPVALUE DAX function to pull in values of Part Price from the other table and then calculate Stock Value. Refer:

 

https://learn.microsoft.com/en-us/dax/lookupvalue-function-dax

 

Works for you? Mark this post as a solution if it does!
Consider taking a look at my blog: Forecast Period - Previous Forecasts

Anonymous
Not applicable

I m not understanding in 100% but if you want to use 2 different tables in calculation, than you must create relationships between them.

 

In dax, use logical funtion to connect them. = related or relatedtable

 

lukaszEltwin1_0-1665951119637.png

 

Thanks for the reply, actually in the original file the issue was much simpler. There was a mess in data types. After data types correction everything sarted to work as intended.

Anonymous
Not applicable

Hi, 

How did you in the end make the calculation to get the stock value? 

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.