Forum Discussion
robandemmy
6 years agoFrequent Visitor
Matrix Summing Totals
Hello, I am having trouble getting a visualization to work properly. I have two tables (approved and spent) that each have "project number" rows and "task" columns. Can use the matrix visual fine...
- 6 years ago
robandemmy OK so now you have a many-to-many which tends to be a bad thing. Generally, to fix this and make it work correctly, you need to create a bridge table like:Table = DISTINCT('PCSData'[Task])
You relate this to both of your tables and use the Task column in this bridge table in your visualizations.
Greg_Deckler
6 years agoCommunity Champion
Generally when you see things like that their is a bad or missing relationship between 2 tables.