Forum Discussion
Surashaw
4 years agoFrequent Visitor
Crossfiltering doesn't work
Hello, We are trying to navigate from Comp Org Table to OneforceUser's Table we are having issues with the direction of the relationship between the tables (below is the screenshot of the Data mo...
johnt75
4 years agoSuper User
Create a Country dimension table like
Country Table = DISTINCT( UNION(
ALLNOBLANKROW('Comp Org'[Country]),
ALLNOBLANKROW('OneForce User'[Country])
))then link that new table to both 'OneForce User' and 'Comp Org', and use the country column from the new table in all visuals