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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Mond_Ed07
Frequent Visitor

Interaction count per customer with respect to time and date

Hi, everyone. 
I'm new to power BI and I don't know how to make the "InteractionCounterPerRow" column to  function properly without the numbers being repeated. Below are the columns and functions that I am using. Any relevant feedbacks and comments would help. Thanks!.

Mond_Ed07_0-1702889854244.png

Mond_Ed07_1-1702889966707.png

 

 

1 ACCEPTED SOLUTION
BeaBF
Super User
Super User

@Mond_Ed07 
InteractionCounterPerRow =
RANKX(
FILTER(
ALL(account_history),
account_history[id] = EARLIER(account_history[id])
),
account_history[Created_date],
,
ASC,
DENSE
)

BBF

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Mond_Ed07 ,

Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.

If these also don't help, please share more detailed information and description to help us clarify your scenario to test.

How to Get Your Question Answered Quickly 

Regards,

Xiaoxin Sheng

BeaBF
Super User
Super User

@Mond_Ed07 
InteractionCounterPerRow =
RANKX(
FILTER(
ALL(account_history),
account_history[id] = EARLIER(account_history[id])
),
account_history[Created_date],
,
ASC,
DENSE
)

BBF

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.