Forum Discussion
This Should be Simple - Line Graph
- 6 years ago
Hi AlexAlberga727 ,
If the Stock Value is a calculated column, we can just use it in the value field as following to meet your requirement:
Best regards,
Try this, select "stock value" on your "fields" ( all the way to the right). and go to modeling tab, then select "don't summarize". Hope that will solve your issue. If it does, please give me a kudos!!
Anonymous Thanks for replying.
This was initially what I thought the issue was. However, the option to not summerize wasn't available. The only options were to SUM, MIN/MAX, AVG - but no option to not summerize. I then created a measure that was simply =SUM(Stock Value). Thinking this would SUM the date's stock value for the selected SKU, and not ask for a type of summerization.
- v-lid-msft6 years agoCommunity Support
Hi AlexAlberga727 ,
If the Stock Value is a calculated column, we can just use it in the value field as following to meet your requirement:
Best regards,- AlexAlberga7276 years agoResolver II
v-lid-msft Thanks for helping. This solution worked. Implemented a calculated column utilizing the =RELATED DAX. Same values are being populated, but now the visualization works as expected.
Thanks again!