Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!