Forum Discussion
Relationships Not Working After Embedding
- 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.
Is RLS involved?
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()'
- lbendlin1 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.