Forum Discussion
Star Schema Filtering by Project Name in Fact Table
Hi Anonymous
The code just the sample, I meant you can use the crossfilter() function. and you can set the crossfilter to single when you use the funciton.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Sorry, i don't think this answers my question.
How does this help me set my relationships to single in the data model and still be able to filter by project name from my fact table? My problem is that i have a star schema but i want to be able to filter by the project name in the fact table. To do this currently, i have to set all my relationships to bi-directional so that the fact table can filter values from the dim tables, which is not how a sound star schema is meant to work.
My question is how do i approach solving this issue, i need to filter by the project name (in fact table) AND have my relationships between fact and dim tables as single direction.
I'm not sure how the crossfilter function is meant to help here... I need my project name slicer to filter my data.