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
Greg_Deckler
Community Champion
9 years agoIn the Query Editor, select all of your columns and choose "Unpivot columns".