Forum Discussion
Lookupvalue from Grouped Table want to return Aggregate Value
Hmm is activity id not unique in your summarized table?
I would have thought it would be and then you could create the relationship to the excel based table.
Then in dax use the Related(Finished_Min) to add your column into the original table.
Yes the Activity ID is unique in my Summary table.
- Jcramb7 years agoFrequent Visitor
the related function will not let me link to the Summary Table.
Eventhough the summary table has 1 row per Activity ID i think it thinks that there are mulitple Activity ID's. I cant make a relationship directly between the to tables. I get this error one of the two tables need unique values in the column.
- Jcramb7 years agoFrequent Visitor
I tried making a another table with only the Activity ID's from the same data set and used the Remove Duplicates in the query but when i go to make the relationship it still errors with one of the columns has to has unique values. I dont get it i used remove Duplicates but is still seems to think there is muiliple vaules for the same Activity ID.
- Jcramb7 years agoFrequent Visitor
I tried making a another table with only the Activity ID's from the same data set and used the Remove Duplicates in the query but when i go to make the relationship it still errors with one of the columns has to has unique values. I dont get it i used remove Duplicates but is still seems to think there is muiliple vaules for the same Activity ID.
- v-cherch-msft7 years ago
Microsoft Employee
Hi Jcramb
It seems you may add a column to check if there are any duplicate rows as below:
Regards,
Cherie