Forum Discussion
mansiluthra12
4 years agoHelper I
RELATED gives null value
Hi Everyone , I have two tables say - Work (id, testid, description) and Test(id,description). there is a relationship between work(testid and test (id). I am creating a query - = RELATED('test...
- 4 years ago
Hi,
I am not sure how your data model looks like, but please check whether your Test table has a unique ID column.
Check the below picture and the attached pbix file.
Jihwan_Kim
4 years agoSuper User
Hi,
I am not sure how your data model looks like, but please check whether your Test table has a unique ID column.
Check the below picture and the attached pbix file.
- mansiluthra124 years agoHelper I
yes, I didn't had unique column for test id.