Probably a simple answer for you DAX wizards, but I'm stuck on a formula.
I'm importing some Point of Sale data from a SQL server 'view' which joins 2 tables... 1 with a summary values for each receipt and another with the item details. Unfortunately, one of the values I'd like to summarize is only in the summary table and is repeated for each line/row of item detail. I need one value for each unique ticket #. I've tried various combinations of CALULATE, DISTINCT, MAX, FILTER, GROUPBY, etc. with no luck so far... I'm sure I'm missing something obvious. Thanks SO MUCH in advance.