This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hi,
I want to display a list of new customers within a particular date range.
For eg new customers list for July 2017
Output Template:
CustomerID || OrderID || FullName || EmailID || OrderDate || ProductName
Please provide a valuable solution.
Hi,
Assuming already existing customers have the same customer id till date. Take a copy of the table and filter the dates for the required month (July as of your data). Compare the customer ids of the two tables, the new customer ids will not match with the customer ids of the earlier months.
Tablenew=FILTER(Tableold,DATESBETWEEN(Tableold[Datecolumn].[Date],Startdate,Enddate)
Use an IF Expression to compare the customer id coulumns of the two tables.
This boolean output can be recorded in a separate column and filtered.
This filtered list will have the lis of new customers.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 22 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 43 | |
| 21 | |
| 21 |