Forum Discussion
AbhiShake
2 years agoRegular Visitor
Create matrix with static columns
I have a data table that follows the following format: Source Status Count A Completed 10 A TO-DO 2 B In-Progress 5 B TO-DO 5 B Completed 10 C CO...
- 2 years ago
mannually created a status dim table and create relationship between the tables.
then create a measure
Measure = sum('Table'[Count ])+0pls see the attachment below
ryan_mayu
2 years agoSuper User
mannually created a status dim table and create relationship between the tables.
then create a measure
Measure = sum('Table'[Count ])+0
pls see the attachment below