Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi, I need help. I am trying to find mark weekly status of customer if he is new customer, lost customer or restart customer. i am unable to find previous week sales before week in context to decide its a new customer or restart
Solved! Go to Solution.
Here is a similar data with yours.
1. add a WeekNum column WeekNum = WEEKNUM('Table1'[dateExam])
2. then calculate previous week total number that is total sales in your case.
3. then use IF statement to flag the customers
Hope this is helpful for you.
Here is a similar data with yours.
1. add a WeekNum column WeekNum = WEEKNUM('Table1'[dateExam])
2. then calculate previous week total number that is total sales in your case.
3. then use IF statement to flag the customers
Hope this is helpful for you.
Thanks
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!