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!View all the Fabric Data Days sessions on demand. View schedule
According to the image, I want to create a column that shows the number of previous orders. The orders have to be counted separately by store and reset every day.
Solved! Go to Solution.
@Pobthams , Create a new column like
countx(filter(Table, [Store] = earlier([Store]) && [date] = earlier([Date]) && [time] < earlier([Time])),[Time])+0
@Pobthams , Create a new column like
countx(filter(Table, [Store] = earlier([Store]) && [date] = earlier([Date]) && [time] < earlier([Time])),[Time])+0
@amitchandak What if I want to count orders between 3 PM from the day before until the latest order, and reset every day at 3 PM.
Check out the November 2025 Power BI 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!