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.
Hi, thanks for the response! What I don't understand is how the report works on the Service and Desktop versions, but doesn't on the Embedded version, how the filtering works just fine on those two versions, but doesn't on the other, could it possibly be a different problem than this? Because if it actually was a relationship problem, I would be getting this error on all 3 platforms, no?
Is RLS involved?
- matheuses1 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()'
- 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.