Forum Discussion
Removing duplicate rows, data from different (joined) data sources
- Anonymous5 years ago
...or I have to build a named TABLE out of at least three database joins, filter it down and then jump over to the report view to finish the summary. Parking it for tonight - shouldn't be doing work today anyway 🙂
Thankyou Allison (yet again) 🙂
trying:
But getting:
A single value for column 'InvoiceDate' in table 'FreeTextInvoiceHeaders' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result.
Will look at it once I have some meeting prep out of the way (normal pre-Xmas rush).
Anonymous Yup, that's because [InvoiceDate] is not in the same table that you're filtering. I can't remember (but feel like I know this from another post or even this thread), is CustAgedBalances the fact table/SalesOrderLines?
If so, you should be able to use RELATED() function I think: