Forum Discussion
Tomek1982
3 years agoHelper 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. There is a measure calculating the stock and this is working fine: The next st...
- 3 years ago
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
3 years agoNot 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
Tomek1982
3 years agoHelper I
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.
- Anonymous3 years agoNot applicable
Hi,
How did you in the end make the calculation to get the stock value?