Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello folks,
I have somewhat easy task but I can't get it to work. I need to get the actual counts of repeating customer. I get the repeating customers measure but it doesn't have the counts. This is the code:
Hi @Anonymous,
Please share some dummy data and expected results for test, it will help to test coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
I believe it should be like this:
Repeating Customers =
COUNTROWS (
FILTER ( VALUES ( Customer[Column] ), CALCULATE ( COUNTROWS ( 'Order' ) ) > 1 )
)
This also gives me a count of 1 per each repeating customer. I need actual row count per customer.
Thank you but this just gives me a set of repeating customers. If I pull an AccountId to matrix and then the new measure I just see a list of repeating customers with the count of 1 for each. I need to have actual count of rows per repeating customer.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.