Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

indexing

Hi everyone,

I have a problem and cannot solve

We have 2 offline shops, Shop A and Shop B, every shop have its own sales sorted by date.

I want to index that sales by date and by shop. 

 

example:

Shop name     Date                       Index

Shop A           15/12/18 12:14         1

Shop B           15/12/18 13:55         1

Shop A           15/12/18 19:00         2

Shop A           16/12/18 10:11         3

Shop A           16/12/18 10:14         4

Shop B           16/12/18 14:20         2

Shop A           16/12/18 18:30         5

Shop B           17/12/18 17:50         3

Shop A           18/12/18 12:01         6

 

......

 

Thanks for any help

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

@Anonymous

 

One way could be to use  a calculated column

 

Column =
RANKX ( FILTER ( Table1, [Shop name] = EARLIER ( [Shop name] ) ), [Date],, ASC )

View solution in original post

2 REPLIES 2
Zubair_Muhammad
Community Champion
Community Champion

@Anonymous

 

One way could be to use  a calculated column

 

Column =
RANKX ( FILTER ( Table1, [Shop name] = EARLIER ( [Shop name] ) ), [Date],, ASC )
Anonymous
Not applicable

thank you, appreciate

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.