Forum Discussion
Sum Columns based on Filter
- Anonymous2 years ago
Hi jeggen ,
You said that your chart only allows one value and plan to create a column 'Sum' to display the data.I think I could use unpivot.
The Table data is shown below:
Please follow these steps:
1.Change table structure.
2.Use the following DAX expression to create a measure
Sum = SUM('Table'[Value])3.Final output
Best Regards,
Wenbin Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi jeggen ,
You said that your chart only allows one value and plan to create a column 'Sum' to display the data.I think I could use unpivot.
The Table data is shown below:
Please follow these steps:
1.Change table structure.
2.Use the following DAX expression to create a measure
Sum = SUM('Table'[Value])
3.Final output
Best Regards,
Wenbin Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.