SQL 2019 MDS (Master Data Services) - Domain based Attributes
I have create one entity in SQL 2019 MDS
EntityName - Products
Attribute - ProductID & ProductName
members
P001 - Laptop
P002 - KeyBoard
Another entity - Orders
Members - OrderID , ProductID, ProductName , details
I receive the Orders data from another table which I load to MDS table and I need to master the ProductName in the Orders for future analytics
e..g O001 - P001 - Laptoop -AAA
O002 - P001- Laptop - BB
O003 - P002 - Key board - CC
in this table P001 name's are different and I need to master it in the MDS UI
I have given the Products.ProductName as in domain attribute in the ORders entity but it is showing the all the members of Products . it is not showing on the basis of P001 or P002.
my filter drop down is not enabled
please help