Forum Discussion
Anonymous
8 years agoNot applicable
comparing column row
so I've 2 different table both tables contains a column called invoice nr,( the tables contain more column such as date and so on) my goal is to create a measure (or something else that could do the...
- 8 years ago
Anonymous
Try this revision
Please see revised file as well
CalculatedTable = VAR temp = CALCULATETABLE ( EXCEPT ( VALUES ( InvoiceLineTESTv4[Invoice Nr] ), VALUES ( ExtractTESTv4[Invoice Nr] ) ), INTERSECT ( VALUES ( InvoiceLineTESTv4[Date] ), VALUES ( ExtractTESTv4[Date] ) ) ) RETURN GENERATE ( temp, CALCULATETABLE ( SELECTCOLUMNS ( InvoiceLineTESTv4, "Date", [Date], "Other Column1", [Other Column.1] ) ) )
Zubair_Muhammad
8 years agoCommunity Champion
Anonymous
Please see attached file and let me know if it helps
Anonymous
8 years agoNot applicable
I can't create an active connection between table 1 and table 2 for invoicenumber because I connected before those2 tables to a calendar table(created by me) in order to filtrate this 2 table for the same time frame.(
how can i do to filtrate table at the same time for the specific time frame and create a correlation for invoice number?
c
check error below