Forum Discussion
Power Pivot Related table not providing the correct results
- Mar 25, 2021
Obviously USERELATIONSHIP is straightforward and better than CROSSFILTER where you know what you are doing. CROSSFILTER has some drawbacks unless you know how the filter context is being evaluated in your Pivot Table.
Though in your case both the methods produce the same output, I would prefer USERELATIONSHIP over CROSSFILTER.
Thank you, that works!
Before I received your answer, I tried this solution as well, it provides the same results, please look in the file attached.
Which way is better 🙂 ?
Kind Regards,
Robin
Obviously USERELATIONSHIP is straightforward and better than CROSSFILTER where you know what you are doing. CROSSFILTER has some drawbacks unless you know how the filter context is being evaluated in your Pivot Table.
Though in your case both the methods produce the same output, I would prefer USERELATIONSHIP over CROSSFILTER.
- Robin_LindstromMar 25, 2021Copper ContributorThanks a lot! Really appeciate it!
- Subodh_Tiwari_sktneerMar 25, 2021Silver ContributorYou're welcome Robin_Lindstrom!