Forum Discussion
sbotros
2 years agoFrequent Visitor
Star schema filtering in visuals
Hello all - looking for some quick troubleshooting/second pair of eyes as I've been staring at the problem for too long at this point. After previously using a single table schema for individual...
- 2 years ago
Facts: something you measure
Dimensions: something you filter by
Re-examine your data and identify which column belongs where, how many tables you need etc.
lbendlin
Super User
2 years agoThat's not a star schema - yet. Make all joins single directional.
- sbotros2 years agoFrequent Visitor
Thanks for the response! I had initially tried single direction joins and it did not work.
I've also tried using only the dimension tables fields as my sources for the visuals and that also doesn't work.
- lbendlin2 years ago
Super User
Facts: something you measure
Dimensions: something you filter by
Re-examine your data and identify which column belongs where, how many tables you need etc.