We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
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 |
---|---|
14 | |
12 | |
7 | |
7 | |
6 |
User | Count |
---|---|
28 | |
20 | |
14 | |
11 | |
5 |