Forum Discussion
owendavies
9 years agoNew Member
Plot graph from time series in columns
Hi, I have a spreadsheeet datasource that has time series data in columns Jan-17 Feb-17 March-17 Apr-17 5 6 4 3 3 4 3 2 ...
- 9 years ago
Hi owendavies,
I try to reproduce using your given sample data yable.
Right click your table name->Edit Query, you will get Edit Query Window. Select the four columns-> click "unpivot columns" under "Transform"->Close&Apply, you will get the following tables.
Create a measure using the following formula.result = CALCULATE(SUM(Test[Value]),ALLEXCEPT(Test,Test[Attribute]))
Create a table to display the expected result.
If you have other issues, please let me know.
Best Regards,
Angelia
owendavies
9 years agoNew Member
Thanks for the replies, I have done the unpivot and then used grouping, brilliant !!!
v-huizhn-msft
Microsoft Employee
9 years agoHi owendavies,
I am very glad to hear that you have resolved your issue, please mark the corresponding reply as answer, which will help more people clearly.
Best Regards,
Angelia