Forum Discussion
NadaBen
Helper I
9 years agoInformation flow between 2 tables
Hello, i have 2 tables : my lookuptable is : 'common period' and data table is 'stock', they are linked by : Commonperiod[day] and stock[last day of week], i don't know why i don't have any informati...
GilbertQ
Super User
9 years agoHi NadaBen
What you could do is to create the calculated column inside your data model. Using DAX it is often easier to create the column.
Anonymous
9 years agoNot applicable
My best guess will be something w/ the relationship between the two tables. I would make sure bi-direction is off, and make sure the one side is your common dates table, the many side is your stock info.
If you have dates on rows, what are you using for your values?
- NadaBen9 years ago
Helper I
I have checked all this, but i don't understand what do you mean with which values i'm using?
- Anonymous9 years agoNot applicable
Meaning literally on the visual, you have some fields on Axis, and a field in "Value" -- what is in there? A measure?