Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I'd like to return the first order date for a customer after the date they became a member of our program. I need to compare the membership date in our CUSTOMER table to the orders in our SALES table and return the date for the first order they placed. Each customer has a unique id that exists in both tables. How would I accomplish this?
Hi,
Share some data and show the expected result.
@Anonymous
Add the following column to your customer table:
First Order Data = FIRSTNONBLANK(Orders[Order Date],SUM(Orders[Order Amount]))
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
User | Count |
---|---|
85 | |
80 | |
76 | |
49 | |
41 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |