Forum Discussion
schilders
Helper I
3 years agoHow to Slice Data from Two Objects in the Data Model?
My data model contains 2 objects that contain similar but different information. I've configured slicers to filter data from the Claims object. However, I need to also ensure that the PQI Cla...
parry2k
Super User
3 years agoschilders although it is not a recommended method, you can change crossfilter direction to both for one of the relationships between Claims and another table. Model relationships in Power BI Desktop - Power BI | Microsoft Learn
schilders
Helper I
3 years agoThanks for the suggestion. Unfortunately, modifying the crossfilter direction did not resolve the issue. The contents of PQI Claims is acutally a subset of the Claims object. That is, not all Claims are housed in PQI claims, only those claims that meet specific criteria. I may need to re-structure my model so that I have just one Claims object rather than two?