Forum Discussion
matheuses
1 year agoFrequent Visitor
Relationships Not Working After Embedding
Hi, on the screenshot is the modeling I have for the problematic part of the report. The cardinality of the relationships are correct and I'm pretty sure the direction of the filters are as well, sin...
- 1 year ago
Solved the issue by using Power Query to bring the information I needed from the location table to the contact table and then deactivating (not deleting) the relationships between the two. Had to do some DAX adjustments to account for the change, but it's working fine now.
matheuses
1 year agoFrequent Visitor
Yes, I have RLS set up. Just tested here and it seems like that's the problem. I still don't understand what could be happening here though, how does it work when not using a specific user and it doesn't when I am? My RLS is as simple as a just using 'userprincipalname()'
lbendlin
1 year agoSuper User
Most likely your RLS rules result in no data being returned for a measure that is required for your visual.
This seems to be the same pattern as the other "Embedded" issue here in the forums.