Forum Discussion
Using Slicer to Ge data for Rolling 3 Months
- 9 years ago
Hi rajesh2001,
I think we need to create two tables in this scenario. The tables look like this:
The bridge table could use this formula:
BridgeTable = values(ForSlicer[column2])
Finally, create relationships(the direction should be "both"). ForSclier->BridgeTable->Calendar.
Please refer to this post: problem-with-calculation-many-to-many. It's almost the same with yours.
Best Regards!
Dale
Hi rajesh2001,
I think we need to create two tables in this scenario. The tables look like this:
The bridge table could use this formula:
BridgeTable = values(ForSlicer[column2])
Finally, create relationships(the direction should be "both"). ForSclier->BridgeTable->Calendar.
Please refer to this post: problem-with-calculation-many-to-many. It's almost the same with yours.
Best Regards!
Dale
Thanks a lot Dale . This solution helps