The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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!.
Solved! Go to Solution.
@Mond_Ed07
InteractionCounterPerRow =
RANKX(
FILTER(
ALL(account_history),
account_history[id] = EARLIER(account_history[id])
),
account_history[Created_date],
,
ASC,
DENSE
)
BBF
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
@Mond_Ed07
InteractionCounterPerRow =
RANKX(
FILTER(
ALL(account_history),
account_history[id] = EARLIER(account_history[id])
),
account_history[Created_date],
,
ASC,
DENSE
)
BBF
User | Count |
---|---|
15 | |
11 | |
8 | |
8 | |
7 |
User | Count |
---|---|
21 | |
20 | |
11 | |
10 | |
7 |