Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
11 | |
7 |