Scenario: There are thousands of customers that are placing orders on a daily basis, which include repeat customers.
I am trying to build a card that will:
1) Show the customer's name once on my card
2) Show the last time they placed an order.
Is there a way to make the 'CustomerName' column a unique value without creating beast mode? If not, then I could not find any distinct function other than 'Count Distinct' and 'Sum Distinct' which does not give me the customer's name.
Thank you for the help!