Forum Discussion
Anonymous
1 year agoNot applicable
Relationships between groups
Hey, I have a data set looking like screenshot following, but I have met a wall, and I know this is simple cut cannot conceptualise this: In my set, an order can come from several sources: adwor...
- 1 year ago
Anonymous so you should unpivot the data by following these steps:
Transform Data -> Select Order id and pK_Date columns -> Right click -> Unpivot other columns
It will add two columns, attribute and value, rename as you want it, close, and apply.
Now set the relationship from the dim table to the attribute column in the fact table and that's it. Now you should be able to slicer the fact table from the dim table
parry2k
1 year agoSuper User
how about this part?
Now set the relationship from the dim table to the attribute column in the fact table and that's it. Now you should be able to slicer the fact table from the dim table
Anonymous