Forum Discussion
Plot graph from time series in columns
- 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
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
- owendavies9 years agoNew Member
Thanks for the replies, I have done the unpivot and then used grouping, brilliant !!!
- v-huizhn-msft9 years ago
Microsoft Employee
Hi 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