Forum Discussion
Adding columns from related table
- 6 years ago
hi Anonymous
First, Revision from document table and Revision table from WF table are different data type, you need to keep them same data type.
Second, both tables are related with one to Many relationship, for document Number and Revision from document table = Document Number & Revision table from WF table, it may have one or more date value(Date due, Date finished) from WF table for each document Number and Revision, so just try this formula logic as mwegener:
Completed Date = MAXX(FILTER(RELATEDTABLE(WF), WF[Revision] = 'aconex vw_Document'[Revision]),WF[Date due])Regards,
Lin
- 6 years ago
Hi Anonymous ,
did you solve your problem?
If I answered your question, please mark my post as solution, this will also help others.Please give Kudos for support.
Hi Anonymous ,
with PowerQuery use "Merge Queries"
with DAX RELATED for the many to one side
https://docs.microsoft.com/en-us/dax/related-function-dax
RELATEDTABLE for the one to many side
https://docs.microsoft.com/en-us/dax/relatedtable-function-dax
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
- Anonymous6 years agoNot applicable
Not Working, Again i want to add columns based on excat match of values in both table
- mwegener6 years agoMost Valuable Professional
Hi Anonymous ,
could you share a sample PBIX File?
- Anonymous6 years agoNot applicable
how to share please give me ur email id